Skip to content

Commit 053f9cc

Browse files
authored
Dependabot: add cooldowns
Signed-off-by: Bradley Reynolds <bradley.reynolds@tailstory.dev>
1 parent d1e214a commit 053f9cc

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.github/dependabot.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
3+
- package-ecosystem: github-actions
4+
directory: /
55
schedule:
6-
interval: "monthly"
6+
interval: monthly
77
groups:
88
ci-dependencies:
99
patterns:
1010
- "*"
11+
cooldown:
12+
default-days: 7
1113

12-
- package-ecosystem: "npm"
13-
directory: "/"
14+
- package-ecosystem: npm
15+
directory: /
1416
schedule:
15-
interval: "monthly"
17+
interval: monthly
1618
groups:
1719
javascript-dependencies:
1820
patterns:
1921
- "*"
22+
cooldown:
23+
default-days: 7

0 commit comments

Comments
 (0)