switch to packagePatterns

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

View File

@ -24,8 +24,8 @@
"updateTypes": ["major"],
"bumpVersion": "major",
"labels": ["dependency/major"],
"packageNames": [
"k8s-at-home/common"
"packagePatterns": [
"common"
]
},
{
@ -33,8 +33,8 @@
"updateTypes": ["minor"],
"bumpVersion": "minor",
"labels": ["dependency/minor"],
"packageNames": [
"k8s-at-home/common"
"packagePatterns": [
"common"
]
},
{
@ -42,8 +42,8 @@
"updateTypes": ["patch"],
"bumpVersion": "patch",
"labels": ["dependency/patch"],
"packageNames": [
"k8s-at-home/common"
"packagePatterns": [
"common"
]
},
//
@ -54,8 +54,8 @@
"updateTypes": ["major"],
"bumpVersion": "major",
"labels": ["dependency/major"],
"excludePackageNames": [
"k8s-at-home/common"
"excludePackagePatterns": [
"common"
],
"schedule": [
"every 3 months on the first day of the month"
@ -66,8 +66,8 @@
"updateTypes": ["minor"],
"bumpVersion": "minor",
"labels": ["dependency/minor"],
"excludePackageNames": [
"k8s-at-home/common"
"excludePackagePatterns": [
"common"
],
"schedule": [
"every 2 months on the first day of the month"
@ -78,8 +78,8 @@
"updateTypes": ["patch"],
"bumpVersion": "patch",
"labels": ["dependency/patch"],
"excludePackageNames": [
"k8s-at-home/common"
"excludePackagePatterns": [
"common"
],
"schedule": [
"every 1 months on the first day of the month"