force more frequent update PR's for dependencies
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
"labels": ["dependency/major"],
|
"labels": ["dependency/major"],
|
||||||
"excludePackageNames": ["common"],
|
"excludePackageNames": ["common"],
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"every 3 months on the first day of the month"
|
"on monday"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
"excludePackageNames": ["common"],
|
"excludePackageNames": ["common"],
|
||||||
"groupName": ["external minor dep"],
|
"groupName": ["external minor dep"],
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"every 2 months on the first day of the month"
|
"on monday"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -90,9 +90,6 @@
|
|||||||
"labels": ["dependency/patch"],
|
"labels": ["dependency/patch"],
|
||||||
"excludePackageNames": ["common"],
|
"excludePackageNames": ["common"],
|
||||||
"groupName": ["external patch dep"],
|
"groupName": ["external patch dep"],
|
||||||
"schedule": [
|
|
||||||
"every 1 months on the first day of the month"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
//
|
//
|
||||||
// Tag updates for semantic tags
|
// Tag updates for semantic tags
|
||||||
|
|||||||
Reference in New Issue
Block a user