diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 5f08be72fbac..5f54850fd0f4 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,7 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended", "schedule:weekly", ":disableDependencyDashboard"], - "ignorePaths": ["**/node_modules/**"], + "extends": ["config:recommended", ":disableDependencyDashboard"], + "rangeStrategy": "pin", + "schedule": ["every weekend"] + "ignorePaths": ["**/node_modules/**", "packages/toolkit/utils/tests/fixtures/plugin"], packageRules: [ // ignore all major update {