Skip to content

Commit b74f068

Browse files
GitHub Workflowsemantic-release-bot
GitHub Workflow
authored andcommitted
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2022-09-09) ### Features * add groupTypes ([f1eba61](f1eba61))
1 parent 92f463e commit b74f068

6 files changed

+19
-12
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.3.0](https://github.com/microsoft/m365-renovate-config/compare/v1.2.0...v1.3.0) (2022-09-09)
2+
3+
4+
### Features
5+
6+
* add groupTypes ([f1eba61](https://github.com/microsoft/m365-renovate-config/commit/f1eba6144a28d0620d455b10164fef26c746e652))
7+
18
# [1.2.0](https://github.com/microsoft/m365-renovate-config/compare/v1.1.0...v1.2.0) (2022-09-06)
29

310

beachballLibraryRecommended.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"description": "Dependency management strategy for library repos, including Beachball change file generation.",
55

6-
"extends": ["github>microsoft/m365-renovate-config:libraryRecommended#v1.2.0"],
6+
"extends": ["github>microsoft/m365-renovate-config:libraryRecommended#v1.3.0"],
77

88
"gitAuthor": "Renovate Bot <[email protected]>",
99

beachballLibraryVerbose.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"description": "Like beachballLibraryRecommended, but with verbose logging for npx (for debugging only).",
55

6-
"extends": ["github>microsoft/m365-renovate-config:beachballLibraryRecommended#v1.2.0"],
6+
"extends": ["github>microsoft/m365-renovate-config:beachballLibraryRecommended#v1.3.0"],
77

88
"postUpgradeTasks": {
99
"commands": [

default.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"group:monorepos",
1010
"group:recommended",
1111
"workarounds:all",
12-
"github>microsoft/m365-renovate-config:groupReact#v1.2.0",
13-
"github>microsoft/m365-renovate-config:newConfigWarningIssue#v1.2.0"
12+
"github>microsoft/m365-renovate-config:groupReact#v1.3.0",
13+
"github>microsoft/m365-renovate-config:newConfigWarningIssue#v1.3.0"
1414
],
1515

1616
"dependencyDashboard": true,

groupMore.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"extends": [
77
"group:monorepos",
88
"group:recommended",
9-
"github>microsoft/m365-renovate-config:groupEslint#v1.2.0",
10-
"github>microsoft/m365-renovate-config:groupFixtureUpdates#v1.2.0",
11-
"github>microsoft/m365-renovate-config:groupFluent#v1.2.0",
12-
"github>microsoft/m365-renovate-config:groupJest#v1.2.0",
13-
"github>microsoft/m365-renovate-config:groupReact#v1.2.0",
14-
"github>microsoft/m365-renovate-config:groupRollup#v1.2.0"
9+
"github>microsoft/m365-renovate-config:groupEslint#v1.3.0",
10+
"github>microsoft/m365-renovate-config:groupFixtureUpdates#v1.3.0",
11+
"github>microsoft/m365-renovate-config:groupFluent#v1.3.0",
12+
"github>microsoft/m365-renovate-config:groupJest#v1.3.0",
13+
"github>microsoft/m365-renovate-config:groupReact#v1.3.0",
14+
"github>microsoft/m365-renovate-config:groupRollup#v1.3.0"
1515
]
1616
}

libraryRecommended.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Recommended config for a JS library repo or monorepo, including pinning `devDependencies`.",
55

66
"extends": [
7-
"github>microsoft/m365-renovate-config#v1.2.0",
8-
"github>microsoft/m365-renovate-config:dependencyDashboardMajor#v1.2.0"
7+
"github>microsoft/m365-renovate-config#v1.3.0",
8+
"github>microsoft/m365-renovate-config:dependencyDashboardMajor#v1.3.0"
99
],
1010

1111
"rangeStrategy": "replace",

0 commit comments

Comments
 (0)