Skip to content

Commit

Permalink
[CI] Add group rules for kube-prometheus-stack (#4363)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Martinez <[email protected]>
  • Loading branch information
jkroepke and GMartinez-Sisti authored Mar 17, 2024
1 parent 52323b0 commit 672261c
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,47 @@
"extends": [
"config:recommended"
],
"dependencyDashboardApproval": true
"dependencyDashboardApproval": true,
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchPaths": [
".github/workflows/**"
],
"commitMessagePrefix": "[CI] ",
"groupName": "github-workflow dependency updates"
},
{
"matchPackagePatterns": [
"*"
],
"matchPaths": [
"charts/kube-prometheus-stack/**"
],
"matchUpdateTypes": [
"major"
],
"commitMessagePrefix": "[kube-prometheus-stack] ",
"groupName": "kube-prometheus-stack dependency major updates"
},
{
"matchPackagePatterns": [
"*"
],
"matchPaths": [
"charts/kube-prometheus-stack/**"
],
"matchUpdateTypes": [
"minor",
"patch",
"digest",
"pin",
"pinDigest"
],
"commitMessagePrefix": "[kube-prometheus-stack] ",
"groupName": "kube-prometheus-stack dependency non-major updates"
}
]
}

0 comments on commit 672261c

Please sign in to comment.