Skip to content

Commit

Permalink
Update tag refs for v2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 28, 2023
1 parent 9d2da40 commit e06f0d5
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 36 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ Recommended config which is intended to be appropriate for most projects.
{
"extends": [
"config:recommended",
"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.4.0",
"github>microsoft/m365-renovate-config:newConfigWarningIssue#v2.4.0",
"github>microsoft/m365-renovate-config:dependencyDashboardMajor#v2.4.0"
],
"prConcurrentLimit": 10,
"prHourlyLimit": 2,
Expand Down Expand Up @@ -187,8 +187,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.4.0",
"github>microsoft/m365-renovate-config:beachballPostUpgrade#v2.4.0"
]
}
```
Expand Down Expand Up @@ -221,16 +221,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.4.0",
"github>microsoft/m365-renovate-config:groupEslint#v2.4.0",
"github>microsoft/m365-renovate-config:groupFixtureUpdates#v2.4.0",
"github>microsoft/m365-renovate-config:groupFluent#v2.4.0",
"github>microsoft/m365-renovate-config:groupJest#v2.4.0",
"github>microsoft/m365-renovate-config:groupLageBackfill#v2.4.0",
"github>microsoft/m365-renovate-config:groupNodeMajor#v2.4.0",
"github>microsoft/m365-renovate-config:groupReact#v2.4.0",
"github>microsoft/m365-renovate-config:groupRollup#v2.4.0",
"github>microsoft/m365-renovate-config:groupYargs#v2.4.0"
]
}
```
Expand Down Expand Up @@ -786,7 +786,7 @@ Keep locally-used dependency versions updated and deduplicated.

```json
{
"extends": ["github>microsoft/m365-renovate-config:minorDependencyUpdates#v2"],
"extends": ["github>microsoft/m365-renovate-config:minorDependencyUpdates#v2.4.0"],
"lockFileMaintenance": {
"enabled": true,
"rebaseWhen": "behind-base-branch",
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.4.0",
"github>microsoft/m365-renovate-config:beachballPostUpgrade#v2.4.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.4.0",
"github>microsoft/m365-renovate-config:beachballPostUpgrade#v2.4.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.4.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:recommended",
"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.4.0",
"github>microsoft/m365-renovate-config:newConfigWarningIssue#v2.4.0",
"github>microsoft/m365-renovate-config:dependencyDashboardMajor#v2.4.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#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.4.0",
"github>microsoft/m365-renovate-config:groupEslint#v2.4.0",
"github>microsoft/m365-renovate-config:groupFixtureUpdates#v2.4.0",
"github>microsoft/m365-renovate-config:groupFluent#v2.4.0",
"github>microsoft/m365-renovate-config:groupJest#v2.4.0",
"github>microsoft/m365-renovate-config:groupLageBackfill#v2.4.0",
"github>microsoft/m365-renovate-config:groupNodeMajor#v2.4.0",
"github>microsoft/m365-renovate-config:groupReact#v2.4.0",
"github>microsoft/m365-renovate-config:groupRollup#v2.4.0",
"github>microsoft/m365-renovate-config:groupYargs#v2.4.0"
]
}
2 changes: 1 addition & 1 deletion keepFresh.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"description": "Keep locally-used dependency versions updated and deduplicated.",

"extends": ["github>microsoft/m365-renovate-config:minorDependencyUpdates#v2"],
"extends": ["github>microsoft/m365-renovate-config:minorDependencyUpdates#v2.4.0"],

"lockFileMaintenance": {
"enabled": true,
Expand Down
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.4.0"]
}

0 comments on commit e06f0d5

Please sign in to comment.