diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5820edc..bb85b6f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,14 +4,8 @@ updates: directory: / schedule: interval: daily - target-branch: develop - commit-message: - prefix: ci - package-ecosystem: npm directory: / schedule: interval: daily - target-branch: develop - commit-message: - prefix: fix diff --git a/.github/workflows/dependabot-dist.yml b/.github/workflows/dependabot-dist.yml index c322714..528a752 100644 --- a/.github/workflows/dependabot-dist.yml +++ b/.github/workflows/dependabot-dist.yml @@ -2,7 +2,7 @@ name: 🤖 Dependabot post-update on: pull_request_target: types: [opened, synchronize, reopened] - branches: develop + branches: main concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }}