diff --git a/README.md b/README.md index 731b5082..dc26d945 100644 --- a/README.md +++ b/README.md @@ -129,9 +129,9 @@ Recommended config which is intended to be appropriate for most projects. { "extends": [ "config:base", - "github>microsoft/m365-renovate-config:groupReact#v2", - "github>microsoft/m365-renovate-config:newConfigWarningIssue#v2", - "github>microsoft/m365-renovate-config:dependencyDashboardMajor#v2" + "github>microsoft/m365-renovate-config:groupReact#v2.1.0", + "github>microsoft/m365-renovate-config:newConfigWarningIssue#v2.1.0", + "github>microsoft/m365-renovate-config:dependencyDashboardMajor#v2.1.0" ], "prConcurrentLimit": 10, "prHourlyLimit": 2, @@ -196,8 +196,8 @@ Recommended config for library repos which use Beachball for publishing. ```json { "extends": [ - "github>microsoft/m365-renovate-config#v2", - "github>microsoft/m365-renovate-config:beachballPostUpgrade#v2" + "github>microsoft/m365-renovate-config#v2.1.0", + "github>microsoft/m365-renovate-config:beachballPostUpgrade#v2.1.0" ] } ``` @@ -230,16 +230,16 @@ Apply all the groupings from this repo (except groupTypes). "extends": [ "group:monorepos", "group:recommended", - "github>microsoft/m365-renovate-config:groupD3", - "github>microsoft/m365-renovate-config:groupEslint", - "github>microsoft/m365-renovate-config:groupFixtureUpdates", - "github>microsoft/m365-renovate-config:groupFluent", - "github>microsoft/m365-renovate-config:groupJest", - "github>microsoft/m365-renovate-config:groupLageBackfill", - "github>microsoft/m365-renovate-config:groupNodeMajor", - "github>microsoft/m365-renovate-config:groupReact", - "github>microsoft/m365-renovate-config:groupRollup", - "github>microsoft/m365-renovate-config:groupYargs" + "github>microsoft/m365-renovate-config:groupD3#v2.1.0", + "github>microsoft/m365-renovate-config:groupEslint#v2.1.0", + "github>microsoft/m365-renovate-config:groupFixtureUpdates#v2.1.0", + "github>microsoft/m365-renovate-config:groupFluent#v2.1.0", + "github>microsoft/m365-renovate-config:groupJest#v2.1.0", + "github>microsoft/m365-renovate-config:groupLageBackfill#v2.1.0", + "github>microsoft/m365-renovate-config:groupNodeMajor#v2.1.0", + "github>microsoft/m365-renovate-config:groupReact#v2.1.0", + "github>microsoft/m365-renovate-config:groupRollup#v2.1.0", + "github>microsoft/m365-renovate-config:groupYargs#v2.1.0" ] } ``` diff --git a/beachball.json b/beachball.json index 8778ff23..44c8c132 100644 --- a/beachball.json +++ b/beachball.json @@ -4,7 +4,7 @@ "description": "Recommended config for library repos which use Beachball for publishing.", "extends": [ - "github>microsoft/m365-renovate-config#v2", - "github>microsoft/m365-renovate-config:beachballPostUpgrade#v2" + "github>microsoft/m365-renovate-config#v2.1.0", + "github>microsoft/m365-renovate-config:beachballPostUpgrade#v2.1.0" ] } diff --git a/beachballLibraryRecommended.json b/beachballLibraryRecommended.json index 78b1e7bb..d70cbb47 100644 --- a/beachballLibraryRecommended.json +++ b/beachballLibraryRecommended.json @@ -4,7 +4,7 @@ "description": "DEPRECATED; use this repo's `beachball` preset instead.", "extends": [ - "github>microsoft/m365-renovate-config#v2", - "github>microsoft/m365-renovate-config:beachballPostUpgrade#v2" + "github>microsoft/m365-renovate-config#v2.1.0", + "github>microsoft/m365-renovate-config:beachballPostUpgrade#v2.1.0" ] } diff --git a/beachballLibraryVerbose.json b/beachballLibraryVerbose.json index 7ebc10b6..65d3a6b4 100644 --- a/beachballLibraryVerbose.json +++ b/beachballLibraryVerbose.json @@ -3,7 +3,7 @@ "description": "Like beachballLibraryRecommended, but with verbose logging for npx (for debugging only).", - "extends": ["github>microsoft/m365-renovate-config:beachballLibraryRecommended#v2"], + "extends": ["github>microsoft/m365-renovate-config:beachballLibraryRecommended#v2.1.0"], "postUpgradeTasks": { "commands": [ diff --git a/default.json b/default.json index 94d48d42..a23e236f 100644 --- a/default.json +++ b/default.json @@ -5,9 +5,9 @@ "extends": [ "config:base", - "github>microsoft/m365-renovate-config:groupReact#v2", - "github>microsoft/m365-renovate-config:newConfigWarningIssue#v2", - "github>microsoft/m365-renovate-config:dependencyDashboardMajor#v2" + "github>microsoft/m365-renovate-config:groupReact#v2.1.0", + "github>microsoft/m365-renovate-config:newConfigWarningIssue#v2.1.0", + "github>microsoft/m365-renovate-config:dependencyDashboardMajor#v2.1.0" ], "prConcurrentLimit": 10, diff --git a/groupMore.json b/groupMore.json index 373d9d38..cc6863b5 100644 --- a/groupMore.json +++ b/groupMore.json @@ -6,15 +6,15 @@ "extends": [ "group:monorepos", "group:recommended", - "github>microsoft/m365-renovate-config:groupD3", - "github>microsoft/m365-renovate-config:groupEslint", - "github>microsoft/m365-renovate-config:groupFixtureUpdates", - "github>microsoft/m365-renovate-config:groupFluent", - "github>microsoft/m365-renovate-config:groupJest", - "github>microsoft/m365-renovate-config:groupLageBackfill", - "github>microsoft/m365-renovate-config:groupNodeMajor", - "github>microsoft/m365-renovate-config:groupReact", - "github>microsoft/m365-renovate-config:groupRollup", - "github>microsoft/m365-renovate-config:groupYargs" + "github>microsoft/m365-renovate-config:groupD3#v2.1.0", + "github>microsoft/m365-renovate-config:groupEslint#v2.1.0", + "github>microsoft/m365-renovate-config:groupFixtureUpdates#v2.1.0", + "github>microsoft/m365-renovate-config:groupFluent#v2.1.0", + "github>microsoft/m365-renovate-config:groupJest#v2.1.0", + "github>microsoft/m365-renovate-config:groupLageBackfill#v2.1.0", + "github>microsoft/m365-renovate-config:groupNodeMajor#v2.1.0", + "github>microsoft/m365-renovate-config:groupReact#v2.1.0", + "github>microsoft/m365-renovate-config:groupRollup#v2.1.0", + "github>microsoft/m365-renovate-config:groupYargs#v2.1.0" ] } diff --git a/libraryRecommended.json b/libraryRecommended.json index e8364758..fddda21d 100644 --- a/libraryRecommended.json +++ b/libraryRecommended.json @@ -3,5 +3,5 @@ "description": "DEPRECATED; use the repo's base preset instead.", - "extends": ["github>microsoft/m365-renovate-config#v2"] + "extends": ["github>microsoft/m365-renovate-config#v2.1.0"] }