From a19a33b6ad2bd60dd85aee66c0b41f5c047a6adc Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Mon, 24 Feb 2025 17:26:06 -0800 Subject: [PATCH] Do not update patch versions for `dependabot/github-actions`. Towards https://github.com/flutter/flutter/issues/158350. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e8b3e6c4..9deedb63 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ 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"]