File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4- " github>workos/renovate-config"
5- ],
6- "dependencyDashboard" : false ,
7- "schedule" : [
8- " on the 15th day of the month before 12pm"
9- ],
10- "timezone" : " UTC" ,
11- "rebaseWhen" : " conflicted" ,
12- "packageRules" : [
13- {
14- "matchUpdateTypes" : [
15- " minor" ,
16- " patch"
17- ],
18- "automerge" : true ,
19- "groupName" : " minor and patch updates"
20- },
21- {
22- "matchUpdateTypes" : [
23- " major"
24- ],
25- "automerge" : false
26- },
27- {
28- "matchUpdateTypes" : [
29- " digest"
30- ],
31- "automerge" : false
32- },
33- {
34- "matchManagers" : [
35- " github-actions"
36- ],
37- "matchUpdateTypes" : [
38- " minor" ,
39- " patch" ,
40- " digest" ,
41- " pinDigest"
42- ],
43- "groupName" : " github actions non-major" ,
44- "groupSlug" : " github-actions-non-major" ,
45- "automerge" : true
46- },
47- {
48- "matchManagers" : [
49- " github-actions"
50- ],
51- "matchUpdateTypes" : [
52- " major"
53- ],
54- "groupName" : " github actions major" ,
55- "groupSlug" : " github-actions-major" ,
56- "automerge" : false
57- }
4+ " github>workos/renovate-config:public"
585 ]
596}
You can’t perform that action at this time.
0 commit comments