Skip to content

Commit 0fdca0e

Browse files
committed
build: Remove schedule from Renovate backports
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 78dce10 commit 0fdca0e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/renovate.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,15 @@
1212
"packageRules": [
1313
{
1414
"matchBaseBranches": ["release/v1.4"],
15-
"extends": ["github>rancher/renovate-config//rancher-2.11#rancher-presets"],
16-
"schedule": ["* * 1-3 * 1-5"]
15+
"extends": ["github>rancher/renovate-config//rancher-2.11#rancher-presets"]
1716
},
1817
{
1918
"matchBaseBranches": ["release/v1.3"],
20-
"extends": ["github>rancher/renovate-config//rancher-2.10#rancher-presets"],
21-
"schedule": ["* * 1-3 * 1-5"]
19+
"extends": ["github>rancher/renovate-config//rancher-2.10#rancher-presets"]
2220
},
2321
{
2422
"matchBaseBranches": ["release/v1.2"],
25-
"extends": ["github>rancher/renovate-config//rancher-2.9#rancher-presets"],
26-
"schedule": ["* * 1-3 * 1-5"]
23+
"extends": ["github>rancher/renovate-config//rancher-2.9#rancher-presets"]
2724
}
2825
],
2926
"vulnerabilityAlerts": {

0 commit comments

Comments
 (0)