Skip to content

Commit

Permalink
chore(release): 1.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.1](v1.8.0...v1.8.1) (2022-09-13)

### Bug Fixes

* **groupTypes:** only run in early morning ([3e59a57](3e59a57))
  • Loading branch information
GitHub Workflow authored and semantic-release-bot committed Sep 13, 2022
1 parent ef636a6 commit 590f61f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.8.1](https://github.com/microsoft/m365-renovate-config/compare/v1.8.0...v1.8.1) (2022-09-13)


### Bug Fixes

* **groupTypes:** only run in early morning ([3e59a57](https://github.com/microsoft/m365-renovate-config/commit/3e59a57766ca3b6b222e2b04d2bbe3926062a3ca))

# [1.8.0](https://github.com/microsoft/m365-renovate-config/compare/v1.7.3...v1.8.0) (2022-09-12)


Expand Down
2 changes: 1 addition & 1 deletion beachballLibraryRecommended.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

"extends": ["github>microsoft/m365-renovate-config:libraryRecommended#v1.8.0"],
"extends": ["github>microsoft/m365-renovate-config:libraryRecommended#v1.8.1"],

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

Expand Down
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#v1.8.0"],
"extends": ["github>microsoft/m365-renovate-config:beachballLibraryRecommended#v1.8.1"],

"postUpgradeTasks": {
"commands": [
Expand Down
4 changes: 2 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"group:monorepos",
"group:recommended",
"workarounds:all",
"github>microsoft/m365-renovate-config:groupReact#v1.8.0",
"github>microsoft/m365-renovate-config:newConfigWarningIssue#v1.8.0"
"github>microsoft/m365-renovate-config:groupReact#v1.8.1",
"github>microsoft/m365-renovate-config:newConfigWarningIssue#v1.8.1"
],

"dependencyDashboard": true,
Expand Down
18 changes: 9 additions & 9 deletions groupMore.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"extends": [
"group:monorepos",
"group:recommended",
"github>microsoft/m365-renovate-config:groupD3#v1.8.0",
"github>microsoft/m365-renovate-config:groupEslint#v1.8.0",
"github>microsoft/m365-renovate-config:groupFixtureUpdates#v1.8.0",
"github>microsoft/m365-renovate-config:groupFluent#v1.8.0",
"github>microsoft/m365-renovate-config:groupJest#v1.8.0",
"github>microsoft/m365-renovate-config:groupNodeMajor#v1.8.0",
"github>microsoft/m365-renovate-config:groupReact#v1.8.0",
"github>microsoft/m365-renovate-config:groupRollup#v1.8.0",
"github>microsoft/m365-renovate-config:groupYargs#v1.8.0"
"github>microsoft/m365-renovate-config:groupD3#v1.8.1",
"github>microsoft/m365-renovate-config:groupEslint#v1.8.1",
"github>microsoft/m365-renovate-config:groupFixtureUpdates#v1.8.1",
"github>microsoft/m365-renovate-config:groupFluent#v1.8.1",
"github>microsoft/m365-renovate-config:groupJest#v1.8.1",
"github>microsoft/m365-renovate-config:groupNodeMajor#v1.8.1",
"github>microsoft/m365-renovate-config:groupReact#v1.8.1",
"github>microsoft/m365-renovate-config:groupRollup#v1.8.1",
"github>microsoft/m365-renovate-config:groupYargs#v1.8.1"
]
}
4 changes: 2 additions & 2 deletions libraryRecommended.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Recommended config for a JS library repo or monorepo, including pinning `devDependencies`.",

"extends": [
"github>microsoft/m365-renovate-config#v1.8.0",
"github>microsoft/m365-renovate-config:dependencyDashboardMajor#v1.8.0"
"github>microsoft/m365-renovate-config#v1.8.1",
"github>microsoft/m365-renovate-config:dependencyDashboardMajor#v1.8.1"
],

"rangeStrategy": "replace",
Expand Down

0 comments on commit 590f61f

Please sign in to comment.