From 211b85523a81e576427f54145016a4fc4d85221d Mon Sep 17 00:00:00 2001 From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com> Date: Sat, 2 Sep 2023 10:20:48 -0700 Subject: [PATCH] chore(ci): cleanup (#56) * chore: cleanup * chore: update package --- .github/renovate.json | 4 ---- .github/workflows/cicd.yml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 55f753a..b271bf6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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/**", diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 3e3e2b2..51909f1 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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 }}