Skip to content

Commit 0f1b4a3

Browse files
Reduce dependabot configurations (#685)
* dependabot remove config * minimal configs for dependabot * fix dependabot yml format * run dependabot daily
1 parent 2b34346 commit 0f1b4a3

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,4 @@ updates:
33
- package-ecosystem: "gradle"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
7-
day: "monday"
8-
time: "05:00"
9-
timezone: "UTC"
10-
# ignore:
11-
# - dependency-name: "ch.qos.logback:logback-*"
12-
# # start from 1.4.x JDK 11 is required, but dumper's minimal is JDK 8
13-
# versions: [">=1.4.x"]
14-
# - dependency-name: "com.zaxxer:HikariCP"
15-
# # version 4.x.x is the latest for JDK 8
16-
# versions: [">=5.x.x"]
17-
# - dependency-name: "org.springframework:"
18-
# # Spring Framework 5.3.x is the latest with JDK 8 support
19-
# # https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#jdk-version-range
20-
# versions: [">5.3.x"]
6+
interval: "daily"

0 commit comments

Comments
 (0)