Skip to content

Commit 3e022c2

Browse files
committed
Configure dependabot to update GitHub actions
1 parent 2e08b47 commit 3e022c2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
version: 2
1+
---
2+
# Dependabot configuration
3+
# Reference: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
24

5+
version: 2
36
updates:
7+
- package-ecosystem: "github-actions" # See documentation for possible values
8+
directory: "/" # Location of package manifests
9+
schedule:
10+
interval: "weekly"
411
- package-ecosystem: "pip"
512
directory: "/"
613
schedule:

0 commit comments

Comments
 (0)