From 2f43dc3ead43fd9afa6d5555e28823ecd2b7d45d Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Thu, 27 Feb 2025 08:35:47 -0800 Subject: [PATCH] Do not update patch versions for `dependabot/github-actions`. (#164055) Towards https://github.com/flutter/flutter/issues/158350. --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6ed7037323..fb39666f98 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,8 @@ updates: - "team" - "team-infra" - "autosubmit" + # Updating patch versions for "github-actions" is too chatty. + # See https://github.com/flutter/flutter/issues/158350. ignore: - - dependency-name: "codecov/codecov-action" + - dependency-name: "*" update-types: ["version-update:semver-patch"]