Skip to content

Commit f9d91e4

Browse files
authored
chore: Configure Dependabot to update actions
1 parent f802d01 commit f9d91e4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,19 @@ updates:
1515
directory: "/.github/actions/fix"
1616
schedule:
1717
interval: "weekly"
18+
- package-ecosystem: "github-actions"
19+
directory: "/"
20+
schedule:
21+
interval: "weekly"
22+
- package-ecosystem: "github-actions"
23+
directory: "/.github/actions/gh-cache/cache"
24+
schedule:
25+
interval: "weekly"
26+
- package-ecosystem: "github-actions"
27+
directory: "/.github/actions/gh-cache/restore"
28+
schedule:
29+
interval: "weekly"
30+
- package-ecosystem: "github-actions"
31+
directory: "/.github/actions/gh-cache/save"
32+
schedule:
33+
interval: "weekly"

0 commit comments

Comments
 (0)