Skip to content

Commit

Permalink
fix: maybe group slug works
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 5, 2023
1 parent cb9e9b4 commit 5a14c81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate/groups.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{
"description": "Flux Group",
"groupName": "Flux",
"groupSlug": "flux",
"matchPackagePatterns": ["fluxcd"],
"matchDatasources": ["docker", "github-tags"],
"versioning": "semver",
Expand All @@ -15,6 +16,7 @@
{
"description": "Local Path Provisioner Group",
"groupName": "Local Path Provisioner",
"groupSlug": "local-path-provisioner",
"matchPackagePatterns": ["local-path-provisioner"],
"matchDatasources": ["docker", "github-releases"],
"group": {
Expand All @@ -25,6 +27,7 @@
{
"description": "Rook-Ceph Group",
"groupName": "Rook-Ceph",
"groupSlug": "rook-ceph",
"matchPackagePatterns": ["rook.ceph"],
"matchDatasources": ["helm"],
"group": {
Expand All @@ -35,6 +38,7 @@
{
"description": "System Upgrade Controller Group",
"groupName": "System Upgrade Controller",
"groupSlug": "system-upgrade-controller",
"matchPackagePatterns": ["system-upgrade-controller"],
"matchDatasources": ["docker", "github-releases"],
"group": {
Expand Down

0 comments on commit 5a14c81

Please sign in to comment.