Skip to content

Commit

Permalink
Do not update patch versions for dependabot/github-actions. (#2591)
Browse files Browse the repository at this point in the history
Towards #158350.
  • Loading branch information
matanlurey authored Feb 25, 2025
1 parent c787dd0 commit 285fb52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 285fb52

Please sign in to comment.