We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae3968 commit bd791b8Copy full SHA for bd791b8
.github/dependabot.yml
@@ -5,11 +5,38 @@ updates:
5
- package-ecosystem: bundler
6
directory: /
7
schedule:
8
- interval: daily
+ 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
22
+ - '*'
23
+ exclude-patterns:
24
25
26
27
28
29
30
31
32
open-pull-requests-limit: 20
33
vendor: true
34
- package-ecosystem: github-actions
35
36
37
38
39
+ github-actions:
40
41
42
0 commit comments