mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2025-12-13 06:39:47 +00:00
45 lines
837 B
YAML
45 lines
837 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/scraper"
|
|
schedule:
|
|
interval: daily
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types: ["version-update:semver-major"]
|
|
commit-message:
|
|
prefix: "npm"
|
|
include: "scope"
|
|
groups:
|
|
dependencies-patch-and-minor:
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
open-pull-requests-limit: 50
|
|
reviewers:
|
|
- fabrice404
|
|
assignees:
|
|
- fabrice404
|
|
|
|
- package-ecosystem: npm
|
|
directory: "/ui"
|
|
schedule:
|
|
interval: daily
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types: ["version-update:semver-major"]
|
|
commit-message:
|
|
prefix: "npm"
|
|
include: "scope"
|
|
groups:
|
|
dependencies-patch-and-minor:
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
open-pull-requests-limit: 50
|
|
reviewers:
|
|
- fabrice404
|
|
assignees:
|
|
- fabrice404
|