mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
switch to packagePatterns
This commit is contained in:
parent
6fc87ed2cf
commit
e7926410f0
24
.github/renovate.json5
vendored
24
.github/renovate.json5
vendored
@ -24,8 +24,8 @@
|
|||||||
"updateTypes": ["major"],
|
"updateTypes": ["major"],
|
||||||
"bumpVersion": "major",
|
"bumpVersion": "major",
|
||||||
"labels": ["dependency/major"],
|
"labels": ["dependency/major"],
|
||||||
"packageNames": [
|
"packagePatterns": [
|
||||||
"k8s-at-home/common"
|
"common"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -33,8 +33,8 @@
|
|||||||
"updateTypes": ["minor"],
|
"updateTypes": ["minor"],
|
||||||
"bumpVersion": "minor",
|
"bumpVersion": "minor",
|
||||||
"labels": ["dependency/minor"],
|
"labels": ["dependency/minor"],
|
||||||
"packageNames": [
|
"packagePatterns": [
|
||||||
"k8s-at-home/common"
|
"common"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -42,8 +42,8 @@
|
|||||||
"updateTypes": ["patch"],
|
"updateTypes": ["patch"],
|
||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["dependency/patch"],
|
"labels": ["dependency/patch"],
|
||||||
"packageNames": [
|
"packagePatterns": [
|
||||||
"k8s-at-home/common"
|
"common"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
//
|
//
|
||||||
@ -54,8 +54,8 @@
|
|||||||
"updateTypes": ["major"],
|
"updateTypes": ["major"],
|
||||||
"bumpVersion": "major",
|
"bumpVersion": "major",
|
||||||
"labels": ["dependency/major"],
|
"labels": ["dependency/major"],
|
||||||
"excludePackageNames": [
|
"excludePackagePatterns": [
|
||||||
"k8s-at-home/common"
|
"common"
|
||||||
],
|
],
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"every 3 months on the first day of the month"
|
"every 3 months on the first day of the month"
|
||||||
@ -66,8 +66,8 @@
|
|||||||
"updateTypes": ["minor"],
|
"updateTypes": ["minor"],
|
||||||
"bumpVersion": "minor",
|
"bumpVersion": "minor",
|
||||||
"labels": ["dependency/minor"],
|
"labels": ["dependency/minor"],
|
||||||
"excludePackageNames": [
|
"excludePackagePatterns": [
|
||||||
"k8s-at-home/common"
|
"common"
|
||||||
],
|
],
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"every 2 months on the first day of the month"
|
"every 2 months on the first day of the month"
|
||||||
@ -78,8 +78,8 @@
|
|||||||
"updateTypes": ["patch"],
|
"updateTypes": ["patch"],
|
||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["dependency/patch"],
|
"labels": ["dependency/patch"],
|
||||||
"excludePackageNames": [
|
"excludePackagePatterns": [
|
||||||
"k8s-at-home/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