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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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