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",
|
||||
"labels": ["dependency/major"],
|
||||
"packageNames": [
|
||||
"common"
|
||||
"k8s-at-home/common"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -34,7 +34,7 @@
|
||||
"bumpVersion": "minor",
|
||||
"labels": ["dependency/minor"],
|
||||
"packageNames": [
|
||||
"common"
|
||||
"k8s-at-home/common"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -43,7 +43,7 @@
|
||||
"bumpVersion": "patch",
|
||||
"labels": ["dependency/patch"],
|
||||
"packageNames": [
|
||||
"common"
|
||||
"k8s-at-home/common"
|
||||
]
|
||||
},
|
||||
//
|
||||
@ -55,7 +55,7 @@
|
||||
"bumpVersion": "major",
|
||||
"labels": ["dependency/major"],
|
||||
"excludePackageNames": [
|
||||
"common"
|
||||
"k8s-at-home/common"
|
||||
],
|
||||
"schedule": [
|
||||
"every 3 months on the first day of the month"
|
||||
@ -67,7 +67,7 @@
|
||||
"bumpVersion": "minor",
|
||||
"labels": ["dependency/minor"],
|
||||
"excludePackageNames": [
|
||||
"common"
|
||||
"k8s-at-home/common"
|
||||
],
|
||||
"schedule": [
|
||||
"every 2 months on the first day of the month"
|
||||
@ -79,7 +79,7 @@
|
||||
"bumpVersion": "patch",
|
||||
"labels": ["dependency/patch"],
|
||||
"excludePackageNames": [
|
||||
"common"
|
||||
"k8s-at-home/common"
|
||||
],
|
||||
"schedule": [
|
||||
"every 1 months on the first day of the month"
|
||||
|
Loading…
Reference in New Issue
Block a user