Skip to content

Commit 4e2cea5

Browse files
committed
Adds renovate.json to help updates process cleanly: Fixes #1757
1 parent b88c014 commit 4e2cea5

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

renovate.json5

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
2-
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3-
extends: ["github>pulumi/renovate-config//default.json5"],
4-
ignorePaths: [
2+
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3+
extends: ["github>pulumi/renovate-config//default.json5"],
4+
ignorePaths: [
55
"crd2pulumi-crontabs/kubernetes-go-crontabs/**"
6-
],
7-
packageRules: [
6+
],
7+
packageRules: [
88
{
9-
"matchPaths": ["crd2pulumi-crontabs/kubernetes-go-crontabs/**"],
10-
"enabled": false
9+
"matchPaths": ["crd2pulumi-crontabs/kubernetes-go-crontabs/**"],
10+
"enabled": false
1111
}
12-
]
12+
],
13+
schedule: [
14+
"before 10am every weekday"
15+
],
16+
separateMultipleMajor: true,
17+
separateMultipleMinor: true,
18+
separateMajorMinor: true,
19+
separateMinorPatch: true,
1320
}

0 commit comments

Comments
 (0)