From 285fb52f80358332dd223544816b891bf14969ca Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Tue, 25 Feb 2025 06:46:57 -0800 Subject: [PATCH] Do not update patch versions for `dependabot/github-actions`. (#2591) Towards #158350. --- .github/dependabot.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 9eb25702544..24dada51e37 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,6 +7,11 @@ updates: interval: "daily" labels: - "autosubmit" + # Updating patch versions for "github-actions" is too chatty. + # See https://github.com/flutter/flutter/issues/158350. + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"] - package-ecosystem: "npm" directory: "web_embedding/ng-flutter" schedule: