From fc1fbdd29e3c23fd159baba8eec94fd722504241 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Wed, 20 Apr 2022 09:33:44 +0200 Subject: [PATCH] renovate: bump eslint config packages together Signed-off-by: Johan Haals --- .github/renovate.json5 | 7 +++++++ 1 file changed, 7 insertions(+) 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', + }, + ], }