Update renovate.json5

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

View File

@ -78,32 +78,6 @@
"schedule": [
"every 1 months on the first day of the month"
]
},
// 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"
},
}
]
}