Skip to content

Commit 57b0711

Browse files
committed
Enable dependabot
However, the cooldown is 1 week longer than the main repo. This allows us to confirm everything is okay there before it gets to the release repo.
1 parent 6bd1b2b commit 57b0711

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
cooldown:
9+
default-days: 14
10+
groups:
11+
actions:
12+
patterns:
13+
- "*"

0 commit comments

Comments
 (0)