Skip to content

Commit c9429b6

Browse files
authored
Merge pull request #7 from pamelafox/pamelafox-patch-1
Update dependabot.yaml for GitHub actions
2 parents de76711 + 88a592e commit c9429b6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/dependabot.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "pip" # See documentation for possible values
8+
9+
- package-ecosystem: "github-actions"
10+
directory: "/"
11+
schedule:
12+
interval: "weekly"
13+
14+
- package-ecosystem: "pip"
915
directory: "/" # Location of package manifests
1016
schedule:
1117
interval: "weekly"

0 commit comments

Comments
 (0)