[CI:DOCS] Disable Dependabot in favor of Renovate

Fixes: #18139

Removing the Dependabot configuration file is a required prerequisite to
stopping it from opening update PRs.  Once this commit is merged, the
`Dependabot security updates` repo. setting may also be disabled.  Note:
The `Dependabot alerts` setting should remain enabled, this provides
security-data to renovate for opening important vulnerability fix PRs.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich 2023-05-09 12:45:52 -04:00
parent 287a4193e7
commit 2d8929d95d
No known key found for this signature in database
GPG Key ID: 03EDC70FD578067F
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
labels:
- "release-note-none"
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "test/tools"
schedule:
interval: daily
labels:
- "release-note-none"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "release-note-none"
open-pull-requests-limit: 10