mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-01-24 00:00:05 -05:00
18 lines
385 B
YAML
18 lines
385 B
YAML
version: 2
|
|
updates:
|
|
# Maven/Java library updates
|
|
- package-ecosystem: "maven"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
cooldown:
|
|
default-days: 7
|
|
open-pull-requests-limit: 10
|
|
# GitHub actions updates
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github/workflows"
|
|
schedule:
|
|
interval: "daily"
|
|
cooldown:
|
|
default-days: 7
|