Skip to content

Commit

Permalink
add dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel committed Apr 16, 2022
1 parent 941a36e commit f5d74c4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "com.google.guava:guava"
- dependency-name: "com.fasterxml.jackson.core:*"
- dependency-name: "io.netty:*"
- dependency-name: "io.netty:*"
- dependency-name: "org.apache.logging.log4j:*"
- dependency-name: "org.slf4j:*"

0 comments on commit f5d74c4

Please sign in to comment.