change packageName to k8s-at-home/common

This commit is contained in:
ᗪєνιη ᗷυнʟ 2020-12-16 12:10:00 -05:00 committed by GitHub
parent 3a0c0c602e
commit 9fbf7ad1ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"