mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-16 23:56:54 -04:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: infeo <9036915+infeo@users.noreply.github.com>
29 lines
879 B
YAML
29 lines
879 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "maven"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
ignore:
|
|
- dependency-name: "org.cryptomator:integrations-api"
|
|
versions: ["2.0.0-alpha1"]
|
|
- dependency-name: "jakarta.inject:jakarta.inject-api"
|
|
versions: ["2.0.1.MR"]
|
|
- dependency-name: "org.openjfx:*"
|
|
update-types: ["version-update:semver-major"]
|
|
# due to https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/issues/68
|
|
- dependency-name: "org.apache.maven.plugins:maven-surefire-plugin"
|
|
versions: [ "3.5.4", "3.5.5" ]
|
|
groups:
|
|
maven-dependencies:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/" # even for `.github/workflows`
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*" |