summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2020-10-24 14:12:55 (GMT)
committerGitHub <noreply@github.com>2020-10-24 14:12:55 (GMT)
commit2455cb5dbec06dbd1c4486fbdbaaade51546428b (patch)
tree88773d38346f3e18b6f9a3eb66cfe94779e75cae
parent805ef73ad0ac4a77f3764dd17dfc959d562ce627 (diff)
downloadcpython-2455cb5dbec06dbd1c4486fbdbaaade51546428b.zip
cpython-2455cb5dbec06dbd1c4486fbdbaaade51546428b.tar.gz
cpython-2455cb5dbec06dbd1c4486fbdbaaade51546428b.tar.bz2
Automatically add skip news and skip issue label to dependabot PRs (GH-22927)
Closes https://github.com/python/bedevere/issues/287
-rw-r--r--.github/dependabot.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8ac6b8c..e90677b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,3 +4,6 @@ updates:
directory: "/"
schedule:
interval: "monthly"
+ labels:
+ - "skip issue"
+ - "skip news"