]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Automatically add skip news and skip issue label to dependabot PRs (GH-22927)
authorMariatta <Mariatta@users.noreply.github.com>
Sat, 24 Oct 2020 14:12:55 +0000 (07:12 -0700)
committerGitHub <noreply@github.com>
Sat, 24 Oct 2020 14:12:55 +0000 (07:12 -0700)
Closes https://github.com/python/bedevere/issues/287

.github/dependabot.yml

index 8ac6b8c4984dcd382e54c7923325af6d226ca3df..e90677b9f775a720bd397c5e835b624e4fc362de 100644 (file)
@@ -4,3 +4,6 @@ updates:
     directory: "/"
     schedule:
       interval: "monthly"
+    labels:
+      - "skip issue"
+      - "skip news"