Skip to content

Commit 104c764

Browse files
committed
ignore dependabot updates to gh-aw-actions
1 parent 47ee994 commit 104c764

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ updates:
44
directory: "/"
55
schedule:
66
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"
711

812
- package-ecosystem: nuget
913
directory: "/"

0 commit comments

Comments
 (0)