Skip to content

Commit

Permalink
chore: update renovate config (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance authored Jul 16, 2024
1 parent a26c4ab commit 442a667
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,15 @@
"updateTypes": ["patch"],
"labels": ["renovate/helm-release", "dependency/patch"]
},
{
{
"description": "Group Github Actions and vscode/settings.json updates.",
"matchPaths": [".github/**", ".vscode/settings.json"],
"groupName": "GHA-DEPS"
},
{
"description": "Group updates in src/plugin files into plugin-deps group.",
"matchPaths": ["src/plugin/pom.xml"],
"groupName": "plugin-deps"
}
],
"regexManagers":[
Expand All @@ -75,6 +80,6 @@
],
"versioningTemplate": "semver-coerced",
"datasourceTemplate": "github-tags"
}
}
]
}

0 comments on commit 442a667

Please sign in to comment.