From f5f21010f9ba0908b6334a84ec66f499ac302614 Mon Sep 17 00:00:00 2001 From: NicolasMerget Date: Mon, 25 Jul 2022 10:03:27 +0200 Subject: [PATCH] fix: issue with dependabot branch name for gh-pages --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5c831a0b..4b43770aa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,27 +4,41 @@ updates: directory: '/' schedule: interval: 'daily' + pull-request-branch-name: + separator: '-' - package-ecosystem: 'npm' directory: '/' schedule: interval: 'daily' + pull-request-branch-name: + separator: '-' - package-ecosystem: 'npm' directory: '/showcase/angular-showcase' schedule: interval: 'daily' + pull-request-branch-name: + separator: '-' - package-ecosystem: 'npm' directory: '/showcase/playground-showcase' schedule: interval: 'daily' + pull-request-branch-name: + separator: '-' - package-ecosystem: 'npm' directory: '/showcase/react-showcase' schedule: interval: 'daily' + pull-request-branch-name: + separator: '-' - package-ecosystem: 'npm' directory: '/showcase/reactwind-showcase' schedule: interval: 'daily' + pull-request-branch-name: + separator: '-' - package-ecosystem: 'npm' directory: '/showcase/vue-showcase' schedule: interval: 'daily' + pull-request-branch-name: + separator: '-'