Skip to content

Commit 7bb2213

Browse files
GitHub Workflowsemantic-release-bot
GitHub Workflow
authored andcommittedSep 1, 2022
chore(release): 1.0.3 [skip ci]
## [1.0.3](v1.0.2...v1.0.3) (2022-09-01) ### Bug Fixes * use correct option name yarnDedupeFewer in keepFresh ([03fdab8](03fdab8))
1 parent 6eefc70 commit 7bb2213

5 files changed

+18
-11
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.3](https://github.com/microsoft/m365-renovate-config/compare/v1.0.2...v1.0.3) (2022-09-01)
2+
3+
4+
### Bug Fixes
5+
6+
* use correct option name yarnDedupeFewer in keepFresh ([03fdab8](https://github.com/microsoft/m365-renovate-config/commit/03fdab8cb9e89b4692930f543863f83c81a9b767))
7+
18
## [1.0.2](https://github.com/microsoft/m365-renovate-config/compare/v1.0.1...v1.0.2) (2022-09-01)
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.0.2"],
6+
"extends": ["github>microsoft/m365-renovate-config:libraryRecommended#v1.0.3"],
77

88
"gitAuthor": "Renovate Bot <renovate@whitesourcesoftware.com>",
99

‎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.0.2",
13-
"github>microsoft/m365-renovate-config:newConfigWarningIssue#v1.0.2"
12+
"github>microsoft/m365-renovate-config:groupReact#v1.0.3",
13+
"github>microsoft/m365-renovate-config:newConfigWarningIssue#v1.0.3"
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.0.2",
10-
"github>microsoft/m365-renovate-config:groupFixtureUpdates#v1.0.2",
11-
"github>microsoft/m365-renovate-config:groupFluent#v1.0.2",
12-
"github>microsoft/m365-renovate-config:groupJest#v1.0.2",
13-
"github>microsoft/m365-renovate-config:groupReact#v1.0.2",
14-
"github>microsoft/m365-renovate-config:groupRollup#v1.0.2"
9+
"github>microsoft/m365-renovate-config:groupEslint#v1.0.3",
10+
"github>microsoft/m365-renovate-config:groupFixtureUpdates#v1.0.3",
11+
"github>microsoft/m365-renovate-config:groupFluent#v1.0.3",
12+
"github>microsoft/m365-renovate-config:groupJest#v1.0.3",
13+
"github>microsoft/m365-renovate-config:groupReact#v1.0.3",
14+
"github>microsoft/m365-renovate-config:groupRollup#v1.0.3"
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.0.2",
8-
"github>microsoft/m365-renovate-config:dependencyDashboardMajor#v1.0.2"
7+
"github>microsoft/m365-renovate-config#v1.0.3",
8+
"github>microsoft/m365-renovate-config:dependencyDashboardMajor#v1.0.3"
99
],
1010

1111
"rangeStrategy": "replace",

0 commit comments

Comments
 (0)
Please sign in to comment.