Commit 4e2cea5 1 parent b88c014 commit 4e2cea5 Copy full SHA for 4e2cea5
File tree 1 file changed +15
-8
lines changed
1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
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 : [
5
5
"crd2pulumi-crontabs/kubernetes-go-crontabs/**"
6
- ] ,
7
- packageRules : [
6
+ ] ,
7
+ packageRules : [
8
8
{
9
- "matchPaths" : [ "crd2pulumi-crontabs/kubernetes-go-crontabs/**" ] ,
10
- "enabled" : false
9
+ "matchPaths" : [ "crd2pulumi-crontabs/kubernetes-go-crontabs/**" ] ,
10
+ "enabled" : false
11
11
}
12
- ]
12
+ ] ,
13
+ schedule : [
14
+ "before 10am every weekday"
15
+ ] ,
16
+ separateMultipleMajor : true ,
17
+ separateMultipleMinor : true ,
18
+ separateMajorMinor : true ,
19
+ separateMinorPatch : true ,
13
20
}
You can’t perform that action at this time.
0 commit comments