cryptomator/.github/dependabot.yml

51 lines
1.4 KiB
YAML
Raw Permalink Normal View History

2023-08-09 11:19:23 +00:00
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
2023-11-30 08:26:11 +00:00
timezone: "Etc/UTC"
2023-08-09 11:19:23 +00:00
groups:
2023-11-28 11:59:39 +00:00
java-test-dependencies:
patterns:
- "org.junit.jupiter:*"
- "org.mockito:*"
- "org.hamcrest:*"
- "com.google.jimfs:jimfs"
maven-build-plugins:
patterns:
- "org.apache.maven.plugins:*"
- "org.jacoco:jacoco-maven-plugin"
- "org.owasp:dependency-check-maven"
- "me.fabriciorby:maven-surefire-junit5-tree-reporter"
- "org.codehaus.mojo:license-maven-plugin"
javafx:
patterns:
- "org.openjfx:*"
java-production-dependencies:
2023-08-09 11:19:23 +00:00
patterns:
- "*"
2023-11-28 11:59:39 +00:00
exclude-patterns:
- "org.openjfx:*"
- "org.apache.maven.plugins:*"
- "org.jacoco:jacoco-maven-plugin"
- "org.owasp:dependency-check-maven"
- "me.fabriciorby:maven-surefire-junit5-tree-reporter"
- "org.codehaus.mojo:license-maven-plugin"
- "org.junit.jupiter:*"
- "org.mockito:*"
- "org.hamcrest:*"
- "com.google.jimfs:jimfs"
2023-08-09 11:19:23 +00:00
- package-ecosystem: "github-actions"
directory: "/" # even for `.github/workflows`
schedule:
interval: "monthly"
groups:
2023-08-29 05:52:37 +00:00
github-actions:
2023-08-09 11:19:23 +00:00
patterns:
- "*"
labels:
- "misc:ci"