mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
Update renovate.json5
This commit is contained in:
parent
aa3a17a393
commit
51639eb32b
30
.github/renovate.json5
vendored
30
.github/renovate.json5
vendored
@ -20,67 +20,49 @@
|
||||
// Common library dep
|
||||
//
|
||||
{
|
||||
"datasources": ["helmv3"],
|
||||
"updateTypes": ["major"],
|
||||
"bumpVersion": "major",
|
||||
"labels": ["dependency/major"],
|
||||
"packagePatterns": [
|
||||
"common"
|
||||
]
|
||||
"packageNames": ["common"]
|
||||
},
|
||||
{
|
||||
"datasources": ["helmv3"],
|
||||
"updateTypes": ["minor"],
|
||||
"bumpVersion": "minor",
|
||||
"labels": ["dependency/minor"],
|
||||
"packagePatterns": [
|
||||
"common"
|
||||
]
|
||||
"packageNames": ["common"]
|
||||
},
|
||||
{
|
||||
"datasources": ["helmv3"],
|
||||
"updateTypes": ["patch"],
|
||||
"bumpVersion": "patch",
|
||||
"labels": ["dependency/patch"],
|
||||
"packagePatterns": [
|
||||
"common"
|
||||
]
|
||||
"packageNames": ["common"]
|
||||
},
|
||||
//
|
||||
// Other library deps
|
||||
//
|
||||
{
|
||||
"datasources": ["helmv3"],
|
||||
"updateTypes": ["major"],
|
||||
"bumpVersion": "major",
|
||||
"labels": ["dependency/major"],
|
||||
"excludePackagePatterns": [
|
||||
"common"
|
||||
],
|
||||
"excludePackageNames": ["common"],
|
||||
"schedule": [
|
||||
"every 3 months on the first day of the month"
|
||||
]
|
||||
},
|
||||
{
|
||||
"datasources": ["helmv3"],
|
||||
"updateTypes": ["minor"],
|
||||
"bumpVersion": "minor",
|
||||
"labels": ["dependency/minor"],
|
||||
"excludePackagePatterns": [
|
||||
"common"
|
||||
],
|
||||
"excludePackageNames": ["common"],
|
||||
"schedule": [
|
||||
"every 2 months on the first day of the month"
|
||||
]
|
||||
},
|
||||
{
|
||||
"datasources": ["helmv3"],
|
||||
"updateTypes": ["patch"],
|
||||
"bumpVersion": "patch",
|
||||
"labels": ["dependency/patch"],
|
||||
"excludePackagePatterns": [
|
||||
"common"
|
||||
],
|
||||
"excludePackageNames": ["common"],
|
||||
"schedule": [
|
||||
"every 1 months on the first day of the month"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user