Skip to content

Commit bd791b8

Browse files
jhongturneygithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent aae3968 commit bd791b8

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)