Skip to content

Commit

Permalink
Update tag refs for v2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 2, 2023
1 parent 2bc55d3 commit cc747fd
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 34 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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"
]
}
```
Expand Down Expand Up @@ -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"
]
}
```
Expand Down
4 changes: 2 additions & 2 deletions beachball.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
4 changes: 2 additions & 2 deletions beachballLibraryRecommended.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
2 changes: 1 addition & 1 deletion beachballLibraryVerbose.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
6 changes: 3 additions & 3 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
20 changes: 10 additions & 10 deletions groupMore.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
2 changes: 1 addition & 1 deletion libraryRecommended.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

0 comments on commit cc747fd

Please sign in to comment.