Skip to content

Commit 0c4225d

Browse files
authored
Merge pull request #114 from nanotaboada/feature/dependabot-groups
chore: add groups for Dependabot version updates
2 parents f829108 + a6d9298 commit 0c4225d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ updates:
55
- package-ecosystem: "maven"
66
directory: "/"
77
schedule:
8-
interval: "daily"
8+
interval: "weekly"
9+
groups:
10+
spring-boot-starter:
11+
patterns:
12+
- "org.springframework.boot:spring-boot-starter*"
913
- package-ecosystem: "github-actions"
1014
directory: "/"
1115
schedule:

0 commit comments

Comments
 (0)