Skip to content

Commit 30b4d7d

Browse files
authored
chore: enable dependabot for github actions (#779)
This will make sure we don't end up with deprecated versions of actions in CI steps.
1 parent 02dad88 commit 30b4d7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "weekly"
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"

0 commit comments

Comments
 (0)