File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 11{
2- enabled : false ,
32 $schema : 'https://docs.renovatebot.com/renovate-schema.json' ,
43 extends : [
5- 'github>HSLdevcom/jore4-tools// renovatebot/jore4-default-preset.json5' ,
4+ 'github>HSLdevcom/jore4-tools/renovatebot/jore4-default-preset.json5' ,
65 ] ,
76
87 // repository-specific additional rules about grouping, exclusions and inclusions
98 // Note: if the rule feels generic enough, should consider adding it to the jore4 default preset
109 packageRules : [
10+ // Keep these for future reference
1111 {
1212 // group major updates for React and corresponding @types packages together
1313 // these tend to break
2020 '@types/react-dom' ,
2121 ] ,
2222 matchUpdateTypes : [ 'major' ] ,
23+ enabled : false ,
2324 } ,
2425 {
2526 // we don't want to update map related libraries automatically as they require a lot of manual changes
3233 ] ,
3334 enabled : false ,
3435 } ,
36+
37+ {
38+ // Disable everything for now
39+ matchPackageNames : [ '*' ] ,
40+ enabled : false ,
41+ } ,
42+ {
43+ // But enable renovatebot for GitHub Actions
44+ groupName : 'github actions' ,
45+ groupSlug : 'github-actions' ,
46+ matchManagers : [ 'github-actions' ] ,
47+ enabled : true ,
48+ } ,
3549 ] ,
3650}
You can’t perform that action at this time.
0 commit comments