Skip to content

Commit aae3968

Browse files
committed
Update dependabot.template.yml
1 parent f60dbae commit aae3968

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

.github/dependabot.template.yml

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,38 @@ updates:
44
- package-ecosystem: "bundler"
55
directory: "/"
66
schedule:
7-
interval: "daily"
7+
interval: "weekly"
8+
groups:
9+
bundler-dev:
10+
patterns:
11+
- "parallel"
12+
- "pry"
13+
- "rake"
14+
- "rubocop-github"
15+
- "simplecov*"
16+
update-types:
17+
- "patch"
18+
- "minor"
19+
bundler-prod:
20+
patterns:
21+
- "*"
22+
exclude-patterns:
23+
- "parallel"
24+
- "pry"
25+
- "rake"
26+
- "rubocop-github"
27+
- "simplecov*"
28+
update-types:
29+
- "patch"
30+
- "minor"
831
open-pull-requests-limit: 20
932
vendor: true
1033
- package-ecosystem: "github-actions"
1134
directory: "/"
1235
schedule:
13-
interval: "daily"
36+
interval: "weekly"
37+
groups:
38+
github-actions:
39+
patterns:
40+
- "*" # Group all GitHub Actions
1441
open-pull-requests-limit: 20

0 commit comments

Comments
 (0)