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"]