Skip to content

Commit

Permalink
Reduce dependabot configurations (#685)
Browse files Browse the repository at this point in the history
* dependabot remove config

* minimal configs for dependabot

* fix dependabot yml format

* run dependabot daily
  • Loading branch information
vladislav-sidorovich authored Jan 7, 2025
1 parent 2b34346 commit 0f1b4a3
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,4 @@ updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "05:00"
timezone: "UTC"
# ignore:
# - dependency-name: "ch.qos.logback:logback-*"
# # start from 1.4.x JDK 11 is required, but dumper's minimal is JDK 8
# versions: [">=1.4.x"]
# - dependency-name: "com.zaxxer:HikariCP"
# # version 4.x.x is the latest for JDK 8
# versions: [">=5.x.x"]
# - dependency-name: "org.springframework:"
# # Spring Framework 5.3.x is the latest with JDK 8 support
# # https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#jdk-version-range
# versions: [">5.3.x"]
interval: "daily"

0 comments on commit 0f1b4a3

Please sign in to comment.