chore: Remove dependabot. I like renovate better (#142)

This commit is contained in:
Justin Abrahms 2022-10-12 06:30:33 -07:00 committed by GitHub
parent b063a621ab
commit 60341ff163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 17 deletions

View File

@ -1,16 +0,0 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Maintain dependencies for npm
- package-ecosystem: "maven"
directory: "/"
commit-message:
prefix: "chore"
schedule:
interval: "weekly"

View File

@ -204,7 +204,7 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.3.0</version>