Skip to content

Commit

Permalink
chore(renovate): fix config & update semantic release (#6)
Browse files Browse the repository at this point in the history
* chore(deps): update semantic-release

* fix(renovate): fix renovate.json
  • Loading branch information
Venatum authored Apr 1, 2023
1 parent 04f8e24 commit 966550a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": [
"config:base",
":automergeMinor",
":automergeMinor"
],
"baseBranches": ["master"],
"autodiscover": false,
Expand Down
42 changes: 21 additions & 21 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 @@ -39,7 +39,7 @@
"conventional-changelog-conventionalcommits": "^5.0.0",
"husky": "^8.0.3",
"nodemon": "^2.0.22",
"semantic-release": "^21.0.0"
"semantic-release": "^21.0.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 966550a

Please sign in to comment.