Skip to content

Commit 7cda6dc

Browse files
authored
Add renovate.json to help updates process cleanly (#1764)
Fixes #1757
1 parent a53084d commit 7cda6dc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

renovate.json5

+9-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
'crd2pulumi-crontabs/kubernetes-go-crontabs/**',
1313
],
1414
enabled: false,
15-
},
16-
],
15+
},
16+
],
17+
schedule: [
18+
"before 10am every weekday"
19+
],
20+
separateMultipleMajor: true,
21+
separateMultipleMinor: true,
22+
separateMajorMinor: true,
23+
separateMinorPatch: true,
1724
}

0 commit comments

Comments
 (0)