We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ee994 commit 104c764Copy full SHA for 104c764
1 file changed
.github/dependabot.yml
@@ -4,6 +4,10 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "weekly"
7
+ ignore:
8
+ # ignore updates to gh-aw-actions, which only appears in auto-generated *.lock.yml
9
+ # files managed by 'gh aw compile' and should not be touched by dependabot
10
+ - dependency-name: "github/gh-aw-actions"
11
12
- package-ecosystem: nuget
13
0 commit comments