Skip to content

Commit

Permalink
fix(ci): try using a seperate renovate group for dependency train
Browse files Browse the repository at this point in the history
  • Loading branch information
Ornias1993 committed Dec 8, 2021
1 parent 58fd724 commit cef75c4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,49 @@
{
"matchDatasources": ["helm"],
"updateTypes": ["major"],
"automerge": false,
"bumpVersion": "major",
"labels": ["dependency/major"],
"groupName": ["major deps"],
"paths": ["charts/dependency"]
},
{
"matchDatasources": ["helm"],
"automerge": false,
"matchUpdateTypes": [
"minor",
"patch"
],
"bumpVersion": "patch",
"labels": ["dependency/non-major"],
"paths": ["charts/dependency"],
"groupName": "non-major deps"
},
//
// helm charts
//
{
"matchDatasources": ["helm"],
"updateTypes": ["major"],
"bumpVersion": "major",
"labels": ["dependency/major"],
"groupName": ["major deps"],
"paths": ["charts/incubator", "charts/dev", "charts/stable", "charts/core"]
"schedule": [
"on tuesday"
]
},
{
"matchDatasources": ["helm"],
"automerge": true,
"automerge": false,
"matchUpdateTypes": [
"minor",
"patch"
],
"bumpVersion": "patch",
"labels": ["dependency/non-major"],
"groupName": "non-major deps",
"paths": ["charts/incubator", "charts/dev", "charts/stable", "charts/core"]
"schedule": [
"on tuesday"
]
Expand Down
2 changes: 1 addition & 1 deletion charts/library/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 8.9.16
version: 8.9.17

0 comments on commit cef75c4

Please sign in to comment.