We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78d67d commit c4e2640Copy full SHA for c4e2640
1 file changed
.github/dependabot.yml
@@ -13,6 +13,10 @@ updates:
13
14
- package-ecosystem: "github-actions"
15
directory: "/"
16
+ ignore:
17
+ # ignore updates to gh-aw-actions, which only appears in auto-generated *.lock.yml
18
+ # files managed by 'gh aw compile' and should not be touched by dependabot
19
+ - dependency-name: "github/gh-aw-actions"
20
schedule:
21
interval: weekly
22
labels:
0 commit comments