There was an error while loading. Please reload this page.
1 parent cf629ff commit e360fa4Copy full SHA for e360fa4
1 file changed
.github/dependabot.yml
@@ -9,30 +9,30 @@ multi-ecosystem-groups:
9
time: '08:00'
10
timezone: Etc/UTC
11
updates:
12
-- package-ecosystem: github-actions
13
- directory: "/"
+- package-ecosystem: bundler
+ directories:
14
+ - "/"
15
multi-ecosystem-group: all
16
patterns:
17
- "*"
18
allow:
19
- dependency-type: all
20
cooldown:
21
default-days: 1
22
+ semver-major-days: 14
23
+ semver-minor-days: 7
24
+ semver-patch-days: 1
25
include:
26
-- package-ecosystem: bundler
- directories:
- - "/"
27
+- package-ecosystem: github-actions
28
+ directory: "/"
29
30
31
32
33
34
35
- semver-major-days: 14
- semver-minor-days: 7
- semver-patch-days: 1
36
37
38
0 commit comments