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 b2a98c0 commit 90c4a86Copy full SHA for 90c4a86
.github/dependabot.yml
@@ -1,28 +1,12 @@
1
version: 2
2
updates:
3
- - package-ecosystem: "maven"
+ - package-ecosystem: "gradle"
4
directory: "/"
5
schedule:
6
interval: "weekly"
7
day: "saturday"
8
time: "06:00"
9
timezone: "Etc/UTC"
10
- groups:
11
- java-test-dependencies:
12
- patterns:
13
- - "org.junit.jupiter:*"
14
- maven-build-plugins:
15
16
- - "org.apache.maven.plugins:*"
17
- - "org.sonatype.plugins:*"
18
- java-production-dependencies:
19
20
- - "*"
21
- exclude-patterns:
22
- - "org.openjfx:*"
23
24
25
26
27
- package-ecosystem: "github-actions"
28
directory: "/" # even for `.github/workflows`
0 commit comments