mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-03 23:53:15 -04:00
13 lines
352 B
YAML
13 lines
352 B
YAML
version: 2
|
|
updates:
|
|
# Maven/Java library updates
|
|
- package-ecosystem: "maven" # See documentation for possible values
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "daily"
|
|
# GitHub actions updates
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github/workflows"
|
|
schedule:
|
|
interval: "daily"
|