Automatically add skip news and skip issue label to dependabot PRs (GH-22927)

Closes https://github.com/python/bedevere/issues/287
This commit is contained in:
Mariatta
2020-10-24 07:12:55 -07:00
committed by GitHub
parent 805ef73ad0
commit 2455cb5dbe

View File

@@ -4,3 +4,6 @@ updates:
directory: "/"
schedule:
interval: "monthly"
labels:
- "skip issue"
- "skip news"