2020-10-31 20:34:45 +01:00
|
|
|
# Documentation for all configuration options:
|
|
|
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
updates:
|
2021-01-07 08:37:24 +01:00
|
|
|
# For openrefine java deps
|
2020-10-31 20:34:45 +01:00
|
|
|
- package-ecosystem: maven
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: daily
|
|
|
|
open-pull-requests-limit: 10
|
|
|
|
ignore:
|
|
|
|
- dependency-name: com.thoughtworks.xstream:xstream
|
|
|
|
versions:
|
|
|
|
- "> 1.4.12"
|
|
|
|
- "< 2"
|
2021-01-07 08:37:24 +01:00
|
|
|
# For documentation website
|
2020-10-31 20:34:45 +01:00
|
|
|
- package-ecosystem: "npm" # For Yarn
|
2021-01-07 08:37:24 +01:00
|
|
|
directory: "docs/"
|
2020-10-31 20:34:45 +01:00
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2021-01-07 08:37:24 +01:00
|
|
|
# For github actions
|
2020-10-31 20:34:45 +01:00
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2021-01-07 08:37:24 +01:00
|
|
|
# For cypress test_suite
|
|
|
|
- package-ecosystem: "npm"
|
|
|
|
directory: "main/tests/cypress"
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|