diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bb85b6f..5820edc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,14 @@ 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 52a8e0d..c322714 100644 --- a/.github/workflows/dependabot-dist.yml +++ b/.github/workflows/dependabot-dist.yml @@ -1,8 +1,8 @@ -name: Dependabot post-update +name: 🤖 Dependabot post-update on: pull_request_target: types: [opened, synchronize, reopened] - branches: main + branches: develop concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }}