From 2455cb5dbec06dbd1c4486fbdbaaade51546428b Mon Sep 17 00:00:00 2001 From: Mariatta Date: Sat, 24 Oct 2020 07:12:55 -0700 Subject: [PATCH] Automatically add skip news and skip issue label to dependabot PRs (GH-22927) Closes https://github.com/python/bedevere/issues/287 --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ac6b8c4984..e90677b9f77 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,6 @@ updates: directory: "/" schedule: interval: "monthly" + labels: + - "skip issue" + - "skip news"