We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c01155 commit 64117f8Copy full SHA for 64117f8
.github/dependabot.yml
@@ -6,6 +6,9 @@ updates:
6
# ignore all patch and pre-release updates
7
- dependency-name: "*"
8
update-types: ["version-update:semver-patch"]
9
+ # ignore updates to gh-aw-actions, which only appears in auto-generated *.lock.yml
10
+ # files managed by 'gh aw compile' and should not be touched by dependabot
11
+ - dependency-name: "github/gh-aw-actions"
12
schedule:
13
interval: daily
14
open-pull-requests-limit: 10
0 commit comments