24 lines
565 B
YAML
24 lines
565 B
YAML
|
# Documentation for all configuration options:
|
||
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||
|
|
||
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: maven
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: daily
|
||
|
open-pull-requests-limit: 10
|
||
|
ignore:
|
||
|
- dependency-name: com.thoughtworks.xstream:xstream
|
||
|
versions:
|
||
|
- "> 1.4.12"
|
||
|
- "< 2"
|
||
|
- package-ecosystem: "npm" # For Yarn
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "daily"
|
||
|
- package-ecosystem: "github-actions"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "daily"
|