Skip to content

Commit 8c3324e

Browse files
authored
Update Renovatebot To Group Dependencies (#24)
* update renovate to group dependencies Signed-off-by: Jordan Dubrick <[email protected]> * remove container image grouping Signed-off-by: Jordan Dubrick <[email protected]> --------- Signed-off-by: Jordan Dubrick <[email protected]>
1 parent 0987b6a commit 8c3324e

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/renovate.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
":docker",
77
":gitSignOff",
88
"helpers:pinGitHubActionDigests",
9-
"mergeConfidence:all-badges"
9+
"mergeConfidence:all-badges",
10+
":separateMajorReleases"
1011
],
1112
"timezone": "America/Toronto",
1213
"description": "Run on the 1st and 15th of each month after midnight",
@@ -18,5 +19,15 @@
1819
},
1920
"osvVulnerabilityAlerts": true,
2021
"prHourlyLimit": 10,
21-
"prConcurrentLimit": 10
22+
"prConcurrentLimit": 10,
23+
"packageRules": [
24+
{
25+
"matchManagers": ["github-actions"],
26+
"groupName": "github-actions"
27+
},
28+
{
29+
"matchManagers": ["pep621", "pep723", "pip-compile", "pip_requirements", "pip_setup", "pipenv", "poetry", "pyenv", "runtime-version", "setup-cfg"],
30+
"groupName": "python"
31+
}
32+
]
2233
}

0 commit comments

Comments
 (0)