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