Remove dependabot again

For a project of this size, and with this release frequency, dependabot
causes too much noise and creates too many useless pull requests. It is
more efficient for me to update all dependency versions prior to a
release.
This commit is contained in:
Richard Körber
2021-06-29 06:54:34 +02:00
parent 8c86c7cb3b
commit 16cb2bb0f6

View File

@@ -1,12 +0,0 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "org.slf4j:*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"