We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bd0ee commit 6db1dd1Copy full SHA for 6db1dd1
.github/dependabot.yml
@@ -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
24
+ - "com.azure.spring*"
25
+ - "com.azure*"
0 commit comments