Skip to content

Commit f04eb27

Browse files
authored
Merge pull request #7214 from StoDevX/hawkrives-patch-1
Update the Renovate config
2 parents 31765fc + 8223fdd commit f04eb27

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

renovate.json5

Lines changed: 8 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
],
@@ -27,6 +21,8 @@
2721
'@types/react-native',
2822
'react-native',
2923
'metro-react-native-babel-preset',
24+
'@react-native/metro-config',
25+
'@react-native/eslint-config',
3026
'@types/react-test-renderer',
3127
'react-test-renderer',
3228
'@types/react',
@@ -50,6 +46,11 @@
5046
matchDepTypes: ['peerDependencies'],
5147
rangeStrategy: 'bump',
5248
},
49+
// group all redux packages together
50+
{
51+
groupName: 'redux',
52+
matchPackageNames: ['@reduxjs/**', 'react-redux'],
53+
},
5354
],
5455
// Allow Renovate to open as many PRs as it wants
5556
prConcurrentLimit: 0,

0 commit comments

Comments
 (0)