mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
change packageName to k8s-at-home/common
This commit is contained in:
parent
3a0c0c602e
commit
9fbf7ad1ee
12
.github/renovate.json5
vendored
12
.github/renovate.json5
vendored
@ -25,7 +25,7 @@
|
|||||||
"bumpVersion": "major",
|
"bumpVersion": "major",
|
||||||
"labels": ["dependency/major"],
|
"labels": ["dependency/major"],
|
||||||
"packageNames": [
|
"packageNames": [
|
||||||
"common"
|
"k8s-at-home/common"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -34,7 +34,7 @@
|
|||||||
"bumpVersion": "minor",
|
"bumpVersion": "minor",
|
||||||
"labels": ["dependency/minor"],
|
"labels": ["dependency/minor"],
|
||||||
"packageNames": [
|
"packageNames": [
|
||||||
"common"
|
"k8s-at-home/common"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -43,7 +43,7 @@
|
|||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["dependency/patch"],
|
"labels": ["dependency/patch"],
|
||||||
"packageNames": [
|
"packageNames": [
|
||||||
"common"
|
"k8s-at-home/common"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
//
|
//
|
||||||
@ -55,7 +55,7 @@
|
|||||||
"bumpVersion": "major",
|
"bumpVersion": "major",
|
||||||
"labels": ["dependency/major"],
|
"labels": ["dependency/major"],
|
||||||
"excludePackageNames": [
|
"excludePackageNames": [
|
||||||
"common"
|
"k8s-at-home/common"
|
||||||
],
|
],
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"every 3 months on the first day of the month"
|
"every 3 months on the first day of the month"
|
||||||
@ -67,7 +67,7 @@
|
|||||||
"bumpVersion": "minor",
|
"bumpVersion": "minor",
|
||||||
"labels": ["dependency/minor"],
|
"labels": ["dependency/minor"],
|
||||||
"excludePackageNames": [
|
"excludePackageNames": [
|
||||||
"common"
|
"k8s-at-home/common"
|
||||||
],
|
],
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"every 2 months on the first day of the month"
|
"every 2 months on the first day of the month"
|
||||||
@ -79,7 +79,7 @@
|
|||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["dependency/patch"],
|
"labels": ["dependency/patch"],
|
||||||
"excludePackageNames": [
|
"excludePackageNames": [
|
||||||
"common"
|
"k8s-at-home/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