mirror of
https://github.com/AJMicke/KickerELO.git
synced 2026-03-11 05:21:07 +01:00
16 lines
338 B
YAML
16 lines
338 B
YAML
version: 2
|
|
updates:
|
|
|
|
- package-ecosystem: "maven" # See documentation for possible values
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "weekly"
|
|
target-branch: "master"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
target-branch: "master"
|
|
|