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 }}