Skip to content

Commit 76d5b08

Browse files
chore: Dependabot changes - make weekly, add minor group, add cooldown (#704)
1 parent f012dbf commit 76d5b08

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,37 @@ updates:
33
- package-ecosystem: mix
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: "weekly"
7+
day: "monday"
78
time: "10:00"
9+
cooldown:
10+
default-days: 7
811
open-pull-requests-limit: 5
912
ignore:
1013
- dependency-name: "*"
1114
update-types: ["version-update:semver-minor"]
1215
groups:
13-
mix-patches:
16+
mix-minor:
1417
update-types:
1518
- "patch"
19+
- "minor"
1620
- package-ecosystem: npm
1721
directory: "/assets"
1822
schedule:
19-
interval: daily
23+
interval: "weekly"
24+
day: "monday"
2025
time: "10:00"
26+
cooldown:
27+
default-days: 7
2128
open-pull-requests-limit: 5
2229
ignore:
2330
- dependency-name: "*"
2431
update-types: ["version-update:semver-minor"]
2532
groups:
26-
npm-patches:
33+
npm-minor:
2734
update-types:
2835
- "patch"
36+
- "minor"
2937
eslint:
3038
patterns:
3139
- "eslint*"

0 commit comments

Comments
 (0)