Skip to content

Commit

Permalink
chore(ci): cleanup (#56)
Browse files Browse the repository at this point in the history
* chore: cleanup

* chore: update package
  • Loading branch information
IvanJosipovic authored Sep 2, 2023
1 parent de1a4f5 commit 211b855
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
"enabled": true,
"timezone": "America/Vancouver",
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard",
"semanticCommits": "enabled",
"suppressNotifications": ["prIgnoreNotification"],
"rebaseWhen": "conflicted",
"assignees": ["@ivanjosipovic"],
"extends": ["config:base"],
"platformAutomerge": true,
"ignorePaths": [
"**/docs/**",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 211b855

Please sign in to comment.