Skip to content

Commit 6b8ed12

Browse files
committed
chore: adjust Dependabot frequency
1 parent 4af3961 commit 6b8ed12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ updates:
55
- package-ecosystem: "maven"
66
directory: "/"
77
schedule:
8-
interval: "weekly"
8+
interval: "daily"
99
groups:
1010
spring-boot-starter:
1111
patterns:
1212
- "org.springframework.boot:spring-boot-starter*"
1313
- package-ecosystem: "github-actions"
1414
directory: "/"
1515
schedule:
16-
interval: "weekly"
16+
interval: "daily"

0 commit comments

Comments
 (0)