diff --git a/base-presets.json b/base-presets.json new file mode 100644 index 0000000..8805fc2 --- /dev/null +++ b/base-presets.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "groupName": "RightCapital Frontend Style Guide monorepo", + "matchSourceUrls": [ + "https://github.com/RightCapitalHQ/frontend-style-guide" + ] + } + ] +} diff --git a/default.json b/default.json index 6533840..e430e15 100644 --- a/default.json +++ b/default.json @@ -6,7 +6,8 @@ "config:recommended", ":pinAllExceptPeerDependencies", ":maintainLockFilesWeekly", - "docker:pinDigests" + "docker:pinDigests", + "github>RightCapitalHQ/renovate-config:base-presets" ], "labels": ["renovate"], "npm": { diff --git a/library.json b/library.json index f822549..3a5a040 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,8 @@ "config:recommended", ":pinAllExceptPeerDependencies", ":maintainLockFilesWeekly", - "docker:pinDigests" + "docker:pinDigests", + "github>RightCapitalHQ/renovate-config:base-presets" ], "labels": ["renovate"], "npm": { "commitMessageTopic": "{{prettyDepType}} {{depName}}" },