Browse Source

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

Closes https://github.com/python/bedevere/issues/287
pull/22941/head
Mariatta 5 years ago
committed by GitHub
parent
commit
2455cb5dbe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/dependabot.yml

3
.github/dependabot.yml

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