Remove backport-specific Dependabot config (v0.34.x). (#8519)

After #8518, this separate configuration is no longer needed.
The master copy will target updates to this branch.
This commit is contained in:
M. J. Fromberger
2022-05-13 08:09:42 -07:00
committed by GitHub
parent d1213f7e5f
commit b06540b5ff

View File

@@ -1,27 +0,0 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/docs"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
reviewers:
- fadeev
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
reviewers:
- melekes
- tessr
labels:
- T:dependencies