Skip to content

Commit

Permalink
deps: group updates (#686)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse authored Jun 28, 2024
1 parent 245ddd8 commit d7ed9cd
Showing 1 changed file with 9 additions and 25 deletions.
34 changes: 9 additions & 25 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,44 +22,37 @@
],
"packageRules": [
{
"groupName": "Go dependencies",
"matchManagers": [
"gomod"
],
"matchDepTypes": [
"indirect"
"require"
],
"matchUpdateTypes": [
"bump",
"digest",
"lockFileMaintenance",
"minor",
"patch",
"pin",
"pinDigest",
"digest",
"lockFileMaintenance",
"rollback",
"bump"
],
"enabled": true,
"prPriority": -30
},
{
"matchPackagePatterns": [
"^k8s.io",
"^sigs.k8s.io"
],
"groupName": "K8s dependencies"
"rollback"
]
},
{
"groupName": "Node dependencies",
"matchLanguages": [
"js",
"node"
],
"prPriority": -20
},
{
"groupName": "GitHub action dependencies",
"matchManagers": [
"github-actions"
],
"groupName": "GitHub action dependencies",
"matchUpdateTypes": [
"minor",
"patch",
Expand All @@ -70,15 +63,6 @@
"rollback",
"bump"
]
},
{
"matchPackageNames": [
"^k8s.io/client-go"
],
"matchUpdateTypes": [
"major"
],
"enabled": false
}
]
}

0 comments on commit d7ed9cd

Please sign in to comment.