Skip to content

Commit

Permalink
Add grouping of helm packanges from bitnami
Browse files Browse the repository at this point in the history
  • Loading branch information
mjasion committed Jun 16, 2024
1 parent 01aea4d commit 5f32406
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@
"assigneesFromCodeOwners": true,
"labels": ["dependencies"],
"rebaseWhen": "conflicted",
"configMigration": true
"configMigration": true,
"packageRules": [
{
"groupName": "bitnami helm dependencies",
"groupSlug": "bitnami-helm",
"matchDatasources": [
"helm"
],
"matchPackagePrefixes": ["^bitnami/"]
}
]
}

0 comments on commit 5f32406

Please sign in to comment.