Skip to content

Commit e6d2cf5

Browse files
authored
Add cooldowns and move to weekly dependabot updates. (#1144)
Signed-off-by: Caleb Brown <calebbrown@google.com>
1 parent 57bc772 commit e6d2cf5

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ version: 2
22
updates:
33
- package-ecosystem: "gomod"
44
directory: "/"
5+
cooldown:
6+
default-days: 14
57
schedule:
6-
interval: "monthly"
8+
interval: "weekly"
79
open-pull-requests-limit: 10
810
groups:
911
gomod-minor-updates:
@@ -12,8 +14,10 @@ updates:
1214
- "patch"
1315
- package-ecosystem: "gomod"
1416
directory: "/function/loader"
17+
cooldown:
18+
default-days: 14
1519
schedule:
16-
interval: "monthly"
20+
interval: "weekly"
1721
open-pull-requests-limit: 10
1822
groups:
1923
loader-minor-updates:
@@ -22,17 +26,21 @@ updates:
2226
- "patch"
2327
- package-ecosystem: "github-actions"
2428
directory: "/"
29+
cooldown:
30+
default-days: 14
2531
schedule:
26-
interval: "monthly"
32+
interval: "weekly"
2733
groups:
2834
actions-minor-updates:
2935
update-types:
3036
- "minor"
3137
- "patch"
3238
- package-ecosystem: "npm"
3339
directory: "/internal/staticanalysis/parsing"
40+
cooldown:
41+
default-days: 14
3442
schedule:
35-
interval: "monthly"
43+
interval: "weekly"
3644
groups:
3745
parsing-minor-updates:
3846
update-types:

0 commit comments

Comments
 (0)