Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
fix: revert conventional changelog to 7.x (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
t0bst4r authored Jul 27, 2024
1 parent 0177a31 commit b1fd8a3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "group:all"],
"automerge": true,
"schedule": ["every weekend"]
"schedule": ["every weekend"],
"packageRules": [
{
"matchPackageNames": ["conventional-changelog-conventionalcommits"],
"allowedVersions": "/^7\\..*$"
}
]
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@eslint/js": "^9.7.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@dotenvx/dotenvx": "^1.6.4",
"conventional-changelog-conventionalcommits": "^8.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"esbuild": "^0.23.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
Expand Down

0 comments on commit b1fd8a3

Please sign in to comment.