Skip to content

Commit 0501ba5

Browse files
committed
chore(ci): slow down dependabot
1 parent a1b88a2 commit 0501ba5

1 file changed

Lines changed: 19 additions & 11 deletions

File tree

.github/dependabot.yml

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
55
schedule:
6-
interval: "daily"
6+
interval: 'weekly'
77
commit-message:
8-
prefix: "chore"
9-
include: "scope"
8+
prefix: 'chore'
9+
include: 'scope'
1010
cooldown:
11-
default-days: 5
12-
- package-ecosystem: "npm"
13-
directory: "/"
11+
default-days: 2
12+
groups:
13+
github-actions-minor-patch:
14+
patterns: ['*']
15+
update-types: ['minor', 'patch']
16+
- package-ecosystem: 'npm'
17+
directory: '/'
1418
schedule:
15-
interval: "daily"
19+
interval: 'monthly'
1620
commit-message:
17-
prefix: "chore"
18-
include: "scope"
21+
prefix: 'chore'
22+
include: 'scope'
1923
cooldown:
2024
default-days: 5
25+
groups:
26+
npm-minor-patch:
27+
patterns: ['*']
28+
update-types: ['minor', 'patch']

0 commit comments

Comments
 (0)