Skip to content

Commit 70e0e5a

Browse files
authored
update dependabot to group prs (#224)
1 parent 2bfdcfa commit 70e0e5a

1 file changed

Lines changed: 26 additions & 15 deletions

File tree

.github/dependabot.yml

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,36 @@
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

66
version: 2
7-
updates:
8-
- package-ecosystem: "docker"
9-
directory: "/" # Location of package manifests
7+
8+
multi-ecosystem-groups:
9+
infrastructure:
1010
schedule:
1111
interval: "weekly"
12-
day: "tuesday"
13-
time: "09:30"
12+
day: "monday"
13+
time: "08:00"
1414
timezone: "Europe/Amsterdam"
15-
- package-ecosystem: "github-actions"
15+
16+
updates:
17+
- package-ecosystem: "docker"
1618
directory: "/" # Location of package manifests
17-
schedule:
18-
interval: "weekly"
19-
day: "tuesday"
20-
time: "09:30"
21-
timezone: "Europe/Amsterdam"
19+
patterns: ["*"]
20+
multi-ecosystem-group: "infrastructure"
21+
22+
- package-ecosystem: "github-actions"
23+
directory: "/" # Location of package manifest
24+
patterns: ["*"]
25+
multi-ecosystem-group: "infrastructure"
26+
2227
- package-ecosystem: "pip"
2328
directory: "/" # Location of package manifests
2429
schedule:
25-
interval: "weekly"
26-
day: "tuesday"
27-
time: "09:30"
28-
timezone: "Europe/Amsterdam"
30+
interval: "daily"
31+
time: "08:00"
32+
timezone: "Europe/Amsterdam"
33+
groups:
34+
minor-pip-updates:
35+
patterns:
36+
- "*"
37+
update-types:
38+
- "patch"
39+
- "minor"

0 commit comments

Comments
 (0)