diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a1d5171de7..9d1b458c3b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,12 +5,26 @@ version: 2 updates: + # Handle updates for the default branch. - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + target-branch: "master" open-pull-requests-limit: 5 commit-message: prefix: "GH Actions:" labels: - "Type: chores/QA" + + # Handle updates for the orphan gh-pages branch. + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: "gh-pages" + open-pull-requests-limit: 5 + commit-message: + prefix: "GH Pages/Actions:" + labels: + - "Type: chores/QA"