Update renovate.json5

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-01-05 19:16:52 +01:00 committed by GitHub
parent 52561bd15d
commit 17d0825d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,32 @@
"commitMessageTopic": "Helm chart {{depName}}",
"separateMinorPatch": true
},
// Setup package groups (to prevent huge PR's
{
"datasources": ["helm"],
"packagePatterns": ["^[0-9a-e]"],
"groupName": "0-9 a-e"
},
{
"datasources": ["helm"],
"packagePatterns": ["^[f-j]"],
"groupName": "f-j"
},
{
"datasources": ["helm"],
"packagePatterns": ["^[k-o]"],
"groupName": "k-o"
},
{
"datasources": ["helm"],
"packagePatterns": ["^[p-t]"],
"groupName": "p-t"
},
{
"datasources": ["helm"],
"packagePatterns": ["^[u-z]"],
"groupName": "u-z"
},
//
// Common library dep
//