We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3be8af commit 8de65efCopy full SHA for 8de65ef
1 file changed
.github/dependabot.yml
@@ -0,0 +1,22 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "maven"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ day: "monday"
8
+ time: "06:00"
9
+ timezone: "UTC"
10
+ groups:
11
+ maven-dependencies:
12
+ patterns:
13
+ - "*"
14
+
15
+ - package-ecosystem: "github-actions"
16
+ directory: "/" # even for `.github/workflows`
17
18
+ interval: "monthly"
19
20
+ github-actions:
21
22
0 commit comments