diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index f68c09840..8799d4040 100644 --- a/.github/workflows/build-main.yml +++ b/.github/workflows/build-main.yml @@ -13,7 +13,7 @@ env: SEMANTIC_RELEASE_GIT_VERSION: 10.0.1 # renovate: datasource=npm depName=conventional-changelog-conventionalcommits - CONVENTIONAL_CHANGELOG_CONVENTIONALCOMMITS_VERSION: 7.0.2 + CONVENTIONAL_CHANGELOG_CONVENTIONALCOMMITS_VERSION: 6.1.0 jobs: lint: @@ -56,7 +56,7 @@ jobs: GIT_COMMITTER_EMAIL: 103840025+aki-bot[bot]@users.noreply.github.com with: # renovate: datasource=npm depName=semantic-release - semantic_version: 19.0.5 + semantic_version: 21.0.2 extra_plugins: "@semantic-release/changelog@\ ${{ env.SEMANTIC_RELEASE_CHANGELOG_VERSION }} \ diff --git a/renovate.json5 b/renovate.json5 index 60b186bc8..682fce037 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -64,12 +64,20 @@ semver-coerced\ matchUpdateTypes: ["digest"] }, { - description: "Limit semantic-release versions to 19.x.x.\ - Version 20.0.0 is not currently compatible with\ - cycjimmy/semantic-release-action", + description: "Limit semantic-release versions to 21.x.x.\ + Version 22.x.x is currently not compatible with\ + gradle-semantic-release-plugin", matchDatasources: ["npm"], matchPackageNames: ["semantic-release"], - allowedVersions: "<= 19" + allowedVersions: "<= 21" + }, + { + description: "Limit conventional-changelog-conventionalcommits versions\ + to 6.x.x. Version 7.x.x is currently only compatible with\ + semantic-release >= 22", + matchDatasources: ["npm"], + matchPackageNames: ["conventional-changelog-conventionalcommits"], + allowedVersions: "<= 6" }, { description: "Use correct compatibility for github/super-linter",