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- 'config:best-practices' , //See https://docs.renovatebot.com/upgrade-best-practices/#use-the-configbest-practices-preset
4+ 'config:best-practices' ,
55 ':disableRateLimiting' ,
6- 'github>orange-cloudfoundry/renovate-public-presets:boshreleases-default.json5'
6+ 'github>orange-cloudfoundry/renovate-public-presets:boshreleases-default.json5' ,
77 ] ,
88 ignorePaths : [
99 'packages/**' ,
1010 'releases/**' ,
1111 'manifests/**' ,
1212 'jobs/**' ,
1313 ] ,
14- enabledManagers : [ 'github-actions' ] ,
15- baseBranches : [
16- // don't run on renovate branches
17- "$default" ,
18- // See https://docs.renovatebot.com/configuration-options/#basebranches
19- // baseBranches supports Regular Expressions that must begin and end with /
20- ] , //See also possible support for multiple base branches, one per K8S minor version https://docs.renovatebot.com/configuration-options/#basebranches
21- }
14+ enabledManagers : [
15+ 'github-actions' ,
16+ ] ,
17+ baseBranchPatterns : [
18+ '$default' ,
19+ ] ,
20+ }
You can’t perform that action at this time.
0 commit comments