Skip to content

Commit 733f87a

Browse files
committed
Add actions/cache ignore rule to dependabot config
1 parent 47f7eed commit 733f87a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ updates:
3131
versions: [">=8.0.0"]
3232
- dependency-name: "actions/upload-artifact"
3333
versions: [">=7.0.0"]
34+
- dependency-name: "actions/cache"
35+
versions: [">=5.0.4"]

0 commit comments

Comments
 (0)