Skip to content

Commit 15e0a63

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

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

renovate.json5

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

0 commit comments

Comments
 (0)