Skip to content

Commit c006672

Browse files
authored
Add dependabot.yml to update github actions (#734)
This dependabot configuration will open PRs with github action updates when available.
1 parent a0ad8b5 commit c006672

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Update actions in workflows weekly
2+
3+
version: 2
4+
5+
updates:
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"

0 commit comments

Comments
 (0)