File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 11{
22 $schema : 'https://docs.renovatebot.com/renovate-schema.json' ,
33 extends : [
4- 'config:base ' ,
4+ 'config:best-practices ' ,
55 // go ahead and update Docker FROM sources, and pin them with a hash
66 ':docker' ,
7- 'docker:pinDigests' ,
87 // update lockfile versions weekly
98 ':maintainLockFilesWeekly' ,
109 // keep all dependency versions pinned - except peerDependencies
1110 ':pinAllExceptPeerDependencies' ,
12- // pin github-actions with a digest, to avoid surprises when they update
13- 'helpers:pinGitHubActionDigests' ,
1411 // > wait until the npm package is three days old before raising the
1512 // > update. This prevents npm unpublishing a package you already upgraded to.
1613 'npm:unpublishSafe' ,
17- // include ts-jest and @types/jest in jestjs grouped updates
18- 'group:jestPlusTSJest' ,
19- 'group:jestPlusTypes' ,
2014 // disable semantic commits
2115 ':semanticCommitsDisabled' ,
2216 ] ,
5246 matchDepTypes : [ 'peerDependencies' ] ,
5347 rangeStrategy : 'bump' ,
5448 } ,
49+ {
50+ groupName : 'redux' ,
51+ matchPackageNames ": [ '@redux/**' , 'react-redux' ]
52+ }
5553 ] ,
5654 // Allow Renovate to open as many PRs as it wants
5755 prConcurrentLimit : 0 ,
You can’t perform that action at this time.
0 commit comments