Skip to content

Commit

Permalink
Update Dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mweirauch committed Sep 8, 2024
1 parent 943033a commit 12406fd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
ignore:
- dependency-name: io.micrometer:micrometer-core
versions:
- ">= 1.8" # stick to oldest, oss-supported LTS version
- ">= 1.10" # being a bit conservative here
- dependency-name: org.slf4j:slf4j-api
versions:
- ">= 1.8" # being a bit conservative here
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10

0 comments on commit 12406fd

Please sign in to comment.