diff --git a/README.md b/README.md index 190df036..8be15a3e 100644 --- a/README.md +++ b/README.md @@ -126,9 +126,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.2.1", + "github>microsoft/m365-renovate-config:newConfigWarningIssue#v2.2.1", + "github>microsoft/m365-renovate-config:dependencyDashboardMajor#v2.2.1" ], "prConcurrentLimit": 10, "prHourlyLimit": 2, @@ -185,8 +185,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.2.1", + "github>microsoft/m365-renovate-config:beachballPostUpgrade#v2.2.1" ] } ``` @@ -219,16 +219,16 @@ Apply all the groupings from this repo (except groupTypes). "extends": [ "group:monorepos", "group:recommended", - "github>microsoft/m365-renovate-config:groupD3#v2", - "github>microsoft/m365-renovate-config:groupEslint#v2", - "github>microsoft/m365-renovate-config:groupFixtureUpdates#v2", - "github>microsoft/m365-renovate-config:groupFluent#v2", - "github>microsoft/m365-renovate-config:groupJest#v2", - "github>microsoft/m365-renovate-config:groupLageBackfill#v2", - "github>microsoft/m365-renovate-config:groupNodeMajor#v2", - "github>microsoft/m365-renovate-config:groupReact#v2", - "github>microsoft/m365-renovate-config:groupRollup#v2", - "github>microsoft/m365-renovate-config:groupYargs#v2" + "github>microsoft/m365-renovate-config:groupD3#v2.2.1", + "github>microsoft/m365-renovate-config:groupEslint#v2.2.1", + "github>microsoft/m365-renovate-config:groupFixtureUpdates#v2.2.1", + "github>microsoft/m365-renovate-config:groupFluent#v2.2.1", + "github>microsoft/m365-renovate-config:groupJest#v2.2.1", + "github>microsoft/m365-renovate-config:groupLageBackfill#v2.2.1", + "github>microsoft/m365-renovate-config:groupNodeMajor#v2.2.1", + "github>microsoft/m365-renovate-config:groupReact#v2.2.1", + "github>microsoft/m365-renovate-config:groupRollup#v2.2.1", + "github>microsoft/m365-renovate-config:groupYargs#v2.2.1" ] } ``` diff --git a/beachball.json b/beachball.json index 8778ff23..634a62a2 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.2.1", + "github>microsoft/m365-renovate-config:beachballPostUpgrade#v2.2.1" ] } diff --git a/beachballLibraryRecommended.json b/beachballLibraryRecommended.json index 78b1e7bb..fb159435 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.2.1", + "github>microsoft/m365-renovate-config:beachballPostUpgrade#v2.2.1" ] } diff --git a/beachballLibraryVerbose.json b/beachballLibraryVerbose.json index 7ebc10b6..7459e3e1 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.2.1"], "postUpgradeTasks": { "commands": [ diff --git a/default.json b/default.json index 9c1335f4..1c8e09f0 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.2.1", + "github>microsoft/m365-renovate-config:newConfigWarningIssue#v2.2.1", + "github>microsoft/m365-renovate-config:dependencyDashboardMajor#v2.2.1" ], "prConcurrentLimit": 10, diff --git a/groupMore.json b/groupMore.json index 685add3f..cbb6a047 100644 --- a/groupMore.json +++ b/groupMore.json @@ -6,15 +6,15 @@ "extends": [ "group:monorepos", "group:recommended", - "github>microsoft/m365-renovate-config:groupD3#v2", - "github>microsoft/m365-renovate-config:groupEslint#v2", - "github>microsoft/m365-renovate-config:groupFixtureUpdates#v2", - "github>microsoft/m365-renovate-config:groupFluent#v2", - "github>microsoft/m365-renovate-config:groupJest#v2", - "github>microsoft/m365-renovate-config:groupLageBackfill#v2", - "github>microsoft/m365-renovate-config:groupNodeMajor#v2", - "github>microsoft/m365-renovate-config:groupReact#v2", - "github>microsoft/m365-renovate-config:groupRollup#v2", - "github>microsoft/m365-renovate-config:groupYargs#v2" + "github>microsoft/m365-renovate-config:groupD3#v2.2.1", + "github>microsoft/m365-renovate-config:groupEslint#v2.2.1", + "github>microsoft/m365-renovate-config:groupFixtureUpdates#v2.2.1", + "github>microsoft/m365-renovate-config:groupFluent#v2.2.1", + "github>microsoft/m365-renovate-config:groupJest#v2.2.1", + "github>microsoft/m365-renovate-config:groupLageBackfill#v2.2.1", + "github>microsoft/m365-renovate-config:groupNodeMajor#v2.2.1", + "github>microsoft/m365-renovate-config:groupReact#v2.2.1", + "github>microsoft/m365-renovate-config:groupRollup#v2.2.1", + "github>microsoft/m365-renovate-config:groupYargs#v2.2.1" ] } diff --git a/libraryRecommended.json b/libraryRecommended.json index e8364758..b5f3d891 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.2.1"] }