Skip to content

Commit

Permalink
chore: Fix auto update (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic authored Mar 24, 2023
1 parent f1c46b0 commit 4db2b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"suppressNotifications": ["prIgnoreNotification"],
"rebaseWhen": "conflicted",
"assignees": ["@ivanjosipovic"],
"extends": [
"config:base"
],
"extends": [":semanticCommitTypeAll(fix)"],
"platformAutomerge": true,
"packageRules": [{
"matchUpdateTypes": ["minor", "patch"],
Expand Down
7 changes: 1 addition & 6 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@
}
],
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "angular",
"releaseRules": [
{"type": "chore", "scope": "deps", "release": "patch"}
]
}],
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/github",
Expand Down

0 comments on commit 4db2b21

Please sign in to comment.