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
|
// Common library dep
|
||||||
//
|
//
|
||||||
{
|
{
|
||||||
"datasources": ["helmv3"],
|
|
||||||
"updateTypes": ["major"],
|
"updateTypes": ["major"],
|
||||||
"bumpVersion": "major",
|
"bumpVersion": "major",
|
||||||
"labels": ["dependency/major"],
|
"labels": ["dependency/major"],
|
||||||
"packagePatterns": [
|
"packageNames": ["common"]
|
||||||
"common"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["helmv3"],
|
|
||||||
"updateTypes": ["minor"],
|
"updateTypes": ["minor"],
|
||||||
"bumpVersion": "minor",
|
"bumpVersion": "minor",
|
||||||
"labels": ["dependency/minor"],
|
"labels": ["dependency/minor"],
|
||||||
"packagePatterns": [
|
"packageNames": ["common"]
|
||||||
"common"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["helmv3"],
|
|
||||||
"updateTypes": ["patch"],
|
"updateTypes": ["patch"],
|
||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["dependency/patch"],
|
"labels": ["dependency/patch"],
|
||||||
"packagePatterns": [
|
"packageNames": ["common"]
|
||||||
"common"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
//
|
//
|
||||||
// Other library deps
|
// Other library deps
|
||||||
//
|
//
|
||||||
{
|
{
|
||||||
"datasources": ["helmv3"],
|
|
||||||
"updateTypes": ["major"],
|
"updateTypes": ["major"],
|
||||||
"bumpVersion": "major",
|
"bumpVersion": "major",
|
||||||
"labels": ["dependency/major"],
|
"labels": ["dependency/major"],
|
||||||
"excludePackagePatterns": [
|
"excludePackageNames": ["common"],
|
||||||
"common"
|
|
||||||
],
|
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"every 3 months on the first day of the month"
|
"every 3 months on the first day of the month"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["helmv3"],
|
|
||||||
"updateTypes": ["minor"],
|
"updateTypes": ["minor"],
|
||||||
"bumpVersion": "minor",
|
"bumpVersion": "minor",
|
||||||
"labels": ["dependency/minor"],
|
"labels": ["dependency/minor"],
|
||||||
"excludePackagePatterns": [
|
"excludePackageNames": ["common"],
|
||||||
"common"
|
|
||||||
],
|
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"every 2 months on the first day of the month"
|
"every 2 months on the first day of the month"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["helmv3"],
|
|
||||||
"updateTypes": ["patch"],
|
"updateTypes": ["patch"],
|
||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["dependency/patch"],
|
"labels": ["dependency/patch"],
|
||||||
"excludePackagePatterns": [
|
"excludePackageNames": ["common"],
|
||||||
"common"
|
|
||||||
],
|
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"every 1 months on the first day of the month"
|
"every 1 months on the first day of the month"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user