Skip to content

Commit 20c2a81

Browse files
authored
Update renovate.json5
1 parent 23b080f commit 20c2a81

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

renovate.json5

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
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
],
@@ -52,6 +46,10 @@
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,

0 commit comments

Comments
 (0)