We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09a59bb + ca4b8f7 commit ad7f754Copy full SHA for ad7f754
1 file changed
.github/dependabot.yml
@@ -1,9 +1,28 @@
1
version: 2
2
updates:
3
- # Periodically check for Maven plugin updates
+ - package-ecosystem: github-actions
4
+ directory: /
5
+ groups:
6
+ github-actions:
7
+ patterns: ["*"]
8
+ labels: ["dependencies"]
9
+ schedule:
10
+ interval: monthly
11
+
12
- package-ecosystem: maven
13
directory: /
14
15
+ maven:
16
17
18
19
20
21
+ - package-ecosystem: pre-commit
22
23
24
+ pre-commit:
25
26
27
schedule:
28
interval: monthly
- commit-message:
- prefix: maven
0 commit comments