Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-08-18)

### Features

* Add config and build files ([3c698d3](3c698d3))
  • Loading branch information
GitHub Workflow authored and semantic-release-bot committed Aug 18, 2022
1 parent 83ec6a1 commit c91ae90
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.0.0 (2022-08-18)


### Features

* Add config and build files ([3c698d3](https://github.com/microsoft/m365-renovate-config/commit/3c698d3d19de488809c631e9057d024ebec87e88))
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"],
"extends": ["github>microsoft/m365-renovate-config:libraryRecommended#v1.0.0"],

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

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",
"github>microsoft/m365-renovate-config:newConfigWarningIssue"
"github>microsoft/m365-renovate-config:groupReact#v1.0.0",
"github>microsoft/m365-renovate-config:newConfigWarningIssue#v1.0.0"
],

"dependencyDashboard": true,
Expand Down
12 changes: 6 additions & 6 deletions groupMore.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"extends": [
"group:monorepos",
"group:recommended",
"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:groupReact",
"github>microsoft/m365-renovate-config:groupRollup"
"github>microsoft/m365-renovate-config:groupEslint#v1.0.0",
"github>microsoft/m365-renovate-config:groupFixtureUpdates#v1.0.0",
"github>microsoft/m365-renovate-config:groupFluent#v1.0.0",
"github>microsoft/m365-renovate-config:groupJest#v1.0.0",
"github>microsoft/m365-renovate-config:groupReact#v1.0.0",
"github>microsoft/m365-renovate-config:groupRollup#v1.0.0"
]
}
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",
"github>microsoft/m365-renovate-config:dependencyDashboardMajor"
"github>microsoft/m365-renovate-config#v1.0.0",
"github>microsoft/m365-renovate-config:dependencyDashboardMajor#v1.0.0"
],

"rangeStrategy": "replace",
Expand Down

0 comments on commit c91ae90

Please sign in to comment.