mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-15 12:50:49 -04:00
14 lines
313 B
YAML
14 lines
313 B
YAML
version: 2
|
|
updates:
|
|
# Maven/Java library updates
|
|
- package-ecosystem: "maven"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 10
|
|
# GitHub actions updates
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github/workflows"
|
|
schedule:
|
|
interval: "daily"
|