From: Mariatta Date: Sat, 24 Oct 2020 14:12:55 +0000 (-0700) Subject: Automatically add skip news and skip issue label to dependabot PRs (GH-22927) X-Git-Tag: v3.10.0a2~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2455cb5dbec06dbd1c4486fbdbaaade51546428b;p=thirdparty%2FPython%2Fcpython.git Automatically add skip news and skip issue label to dependabot PRs (GH-22927) Closes https://github.com/python/bedevere/issues/287 --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ac6b8c4984d..e90677b9f775 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,6 @@ updates: directory: "/" schedule: interval: "monthly" + labels: + - "skip issue" + - "skip news"