Skip to content

Commit 6037461

Browse files
Update dependabot configuration (#275)
1 parent 282b577 commit 6037461

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,36 @@ updates:
44
- package-ecosystem: bundler
55
directory: /
66
schedule:
7-
interval: daily
7+
interval: weekly
8+
groups:
9+
rubocop:
10+
patterns:
11+
- "rubocop*"
12+
cooldown:
13+
default-days: 7
814

915
- package-ecosystem: github-actions
1016
directory: /
1117
schedule:
12-
interval: daily
18+
interval: weekly
1319
open-pull-requests-limit: 99
1420
rebase-strategy: "disabled"
1521
groups:
1622
actions:
1723
patterns:
1824
- "*"
25+
cooldown:
26+
default-days: 7
1927

2028
- package-ecosystem: github-actions
2129
directory: .github/actions/upload-coverage/
2230
schedule:
23-
interval: daily
31+
interval: weekly
2432
open-pull-requests-limit: 99
2533
rebase-strategy: "disabled"
2634
groups:
2735
actions:
2836
patterns:
2937
- "*"
38+
cooldown:
39+
default-days: 7

0 commit comments

Comments
 (0)