From 3eb82138ff3e5c717c603ea2bc286511d49ca694 Mon Sep 17 00:00:00 2001 From: John Boyes Date: Wed, 12 Aug 2020 19:32:06 +0700 Subject: [PATCH] Add patch label to all Dependabot PRs (#45) The Dependabot PRs will continue to be labelled with `dependencies` too. [Setting custom labels][1] [1]: https://docs.github.com/en/github/administering-a-repository/customizing-dependency-updates#setting-custom-labels --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 41d75b1..5020241 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,6 @@ updates: schedule: # Check for updates to GitHub Actions every weekday interval: "daily" + labels: + - "dependencies" + - "patch"