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:
parent
805ef73ad0
commit
2455cb5dbe
|
@ -4,3 +4,6 @@ updates:
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
|
labels:
|
||||||
|
- "skip issue"
|
||||||
|
- "skip news"
|
||||||
|
|
Loading…
Reference in New Issue