Skip to content

Commit 6db1dd1

Browse files
Add Dependabot configuration
1 parent a6bd0ee commit 6db1dd1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "monday"
8+
time: "22:00"
9+
timezone: "Europe/Istanbul"
10+
open-pull-requests-limit: 5
11+
assignees:
12+
- "SelahattinSert"
13+
labels:
14+
- "dependencies"
15+
- "maven"
16+
groups:
17+
spring-dependencies:
18+
patterns:
19+
- "org.springframework*"
20+
- "org.springframework.boot*"
21+
- "io.micrometer*"
22+
azure-dependencies:
23+
patterns:
24+
- "com.azure.spring*"
25+
- "com.azure*"

0 commit comments

Comments
 (0)