Skip to content

Commit 08fe349

Browse files
committed
Run dependebot weekly to get feedback sooner
We can can back to monthly later when we have a better understanding of how it works.
1 parent b6e5f3f commit 08fe349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "monthly"
6+
interval: "weekly"
77
groups:
88
github-actions:
99
patterns:
1010
- "*"
1111
- package-ecosystem: "pip"
1212
directory: "/"
1313
schedule:
14-
interval: "monthly"
14+
interval: "weekly"

0 commit comments

Comments
 (0)