Skip to content

Commit 4550e9a

Browse files
authored
Update dependabot.yml
1 parent 263a54b commit 4550e9a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
version: 2
22
updates:
3-
- package-ecosystem: pip
3+
- package-ecosystem: "pip"
44
directory: "/"
55
schedule:
6-
interval: weekly
6+
interval: "weekly"
77
open-pull-requests-limit: 10
8+
9+
# Maintain dependencies for GitHub Actions
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"

0 commit comments

Comments
 (0)