diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..9d427b53 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/beachballLibraryRecommended.json b/beachballLibraryRecommended.json index aa01e023..09b2ae7a 100644 --- a/beachballLibraryRecommended.json +++ b/beachballLibraryRecommended.json @@ -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 ", diff --git a/default.json b/default.json index 58e4b9f0..6fd402e6 100644 --- a/default.json +++ b/default.json @@ -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, diff --git a/groupMore.json b/groupMore.json index 91ae1caa..9a1ebf4a 100644 --- a/groupMore.json +++ b/groupMore.json @@ -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" ] } diff --git a/libraryRecommended.json b/libraryRecommended.json index 60f78e02..3337f29d 100644 --- a/libraryRecommended.json +++ b/libraryRecommended.json @@ -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",