Skip to content

Commit 64117f8

Browse files
committed
suppress dependabot for gh-aw-actions
1 parent 2c01155 commit 64117f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ updates:
66
# ignore all patch and pre-release updates
77
- dependency-name: "*"
88
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"
912
schedule:
1013
interval: daily
1114
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)