mirror of
https://github.com/bitfireAT/davx5-ose.git
synced 2025-12-23 15:07:51 -05:00
- Update Kotlin version to 2.2.21 - Update KSP version to 2.3.0 - Remove specific Kotlin and KSP dependencies from Dependabot ignore list
27 lines
829 B
YAML
27 lines
829 B
YAML
version: 2
|
|
updates:
|
|
# Enable version updates for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
# Workflow files stored in the default location of `.github/workflows`
|
|
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
commit-message:
|
|
prefix: "[CI] "
|
|
groups:
|
|
ci-actions:
|
|
patterns: ["*"]
|
|
|
|
- package-ecosystem: "gradle"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
app-dependencies:
|
|
patterns: ["*"]
|
|
ignore:
|
|
# dependencies without semantic versioning
|
|
- dependency-name: "com.github.bitfireat:cert4android"
|
|
- dependency-name: "com.github.bitfireat:dav4jvm"
|
|
- dependency-name: "com.github.bitfireat:synctools" |