force more frequent update PR's for dependencies

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-24 00:26:56 +02:00
parent 07ea855729
commit f6a8332588
+2 -5
View File
@@ -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