mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
Update renovate.json5
This commit is contained in:
parent
17d0825d3e
commit
eeba9db503
54
.github/renovate.json5
vendored
54
.github/renovate.json5
vendored
@ -20,32 +20,6 @@
|
|||||||
"commitMessageTopic": "Helm chart {{depName}}",
|
"commitMessageTopic": "Helm chart {{depName}}",
|
||||||
"separateMinorPatch": true
|
"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
|
// Common library dep
|
||||||
//
|
//
|
||||||
@ -104,6 +78,32 @@
|
|||||||
"schedule": [
|
"schedule": [
|
||||||
"every 1 months on the first day of the month"
|
"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"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user