mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-11 11:31:29 +00:00
20 lines
580 B
YAML
20 lines
580 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
- 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"
|
||
|
|
||
|
- package-ecosystem: "gradle"
|
||
|
directory: "/android-mobile"
|
||
|
schedule:
|
||
|
interval: "weekly"
|
||
|
|
||
|
- package-ecosystem: "docker"
|
||
|
directories:
|
||
|
- "/scripts/docker/android-build-container"
|
||
|
- "/scripts/docker/mxe-build-container"
|
||
|
schedule:
|
||
|
interval: "weekly"
|