Skip to content

Commit e9ec8f2

Browse files
[CI] dial back renovate frequency, enable automerge. disable CAPI/CAPL dep updates (#538)
* dial back renovate frequency, enable automerge * exclude this flaking test * exclude CAPI and CAPL from automatic updates
1 parent 481c36e commit e9ec8f2

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

e2e/test/lb-created-with-unreserved-ip/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Test
44
metadata:
55
name: lb-created-with-unreserved-ip
66
labels:
7-
all:
7+
# all: # Excluded from all until this stops flaking
88
lke:
99
spec:
1010
namespace: "lb-created-with-unreserved-ip"

renovate.json5

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
"config:recommended"
55
],
66
"schedule": [
7-
"* * * * 0,6",
7+
"* 0 1,15 * *",
88
],
99
"labels": ["dependencies"],
1010
"postUpdateOptions": ["gomodTidy"],
1111
"vulnerabilityAlerts": {
1212
"enabled": true
1313
},
1414
"osvVulnerabilityAlerts": true,
15+
"platformAutomerge": true,
1516
"customManagers": [
1617
{
1718
"customType": "regex",
@@ -27,6 +28,17 @@
2728
}
2829
],
2930
"packageRules": [
31+
{
32+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
33+
"automerge": true,
34+
},
35+
{
36+
"matchPackageNames": [
37+
"/cluster-api/",
38+
"/cluster-api-provider-linode/",
39+
],
40+
"enabled": false,
41+
},
3042
{
3143
"groupName": "kubernetes",
3244
"groupSlug": "kubernetes-go",

0 commit comments

Comments
 (0)