diff --git a/.github/workflows/pull-request.yml b/.githurenovate.yml similarity index 93% rename from .github/workflows/pull-request.yml rename to .githurenovate.yml index fc67686..43d7e2b 100644 --- a/.github/workflows/pull-request.yml +++ b/.githurenovate.yml @@ -1,8 +1,8 @@ name: Main on: - pull_request: - branches: [main] + push: + branches: [renovate/**] concurrency: ${{ github.workflow }}-${{ github.ref }} diff --git a/renovate.json b/renovate.json index 39a2b6e..daa4eb5 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ] + "extends": ["config:base"], + "automerge": true, + "automergeType": "branch", + "dependencyDashboard": false }