diff --git a/.github/renovate.json5 b/.github/renovate.json5 index aaf292f8cc..a9c3c262a5 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -2,4 +2,11 @@ labels: ['dependencies'], extends: ['config:base', ':disableDependencyDashboard', ':gitSignOff'], rangeStrategy: 'update-lockfile', + packageRules: [ + { + matchSourceUrlPrefixes: ['https://github.com/spotify/web-scripts'], + groupName: 'Spotify web-scripts monorepo packages', + rangeStrategy: 'replace', + }, + ], }