Skip to content

Commit e40d052

Browse files
committed
Adds renovate.json to help updates process cleanly: Fixes #1757
1 parent 6b95deb commit e40d052

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)