From 3087fe87450306a219d7d3facbe1be918809e2f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mich=C3=A8le=20BARRE?= Date: Wed, 27 Dec 2023 11:37:44 +1100 Subject: [PATCH] revert: dependabot pr ref: #85 --- .github/dependabot.yml | 6 ------ .github/workflows/dependabot-dist.yml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) 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 }}