From 31b19d9dacc26adfba1140f75aa16b4c035842f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mich=C3=A8le=20BARRE?= Date: Wed, 27 Dec 2023 10:51:19 +1100 Subject: [PATCH] ci(dependabot): pr vers develop ref: #85 --- .github/dependabot.yml | 6 ++++++ .github/workflows/dependabot-dist.yml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 }}