Merge pull request #10 from zahmo/ang17-patch-17.2.x #82
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 2 | |
updates: | |
# npm dependencies | |
- package-ecosystem: "npm" | |
# package.json directory | |
directory: "/" | |
# Check for dependencies update every week on Sunday so owners are not spammed during the week | |
schedule: | |
interval: "monthly" | |
# 10 PRs created per week max seems managable? | |
open-pull-requests-limit: 5 | |
commit-message: | |
# Prefix all commit messages with "build" | |
prefix: "build" | |
- package-ecosystem: "npm" | |
directory: "/projects/zajsf-core" | |
schedule: | |
interval: "weekly" | |
day: "sunday" | |
open-pull-requests-limit: 5 | |
commit-message: | |
prefix: "build" | |
- package-ecosystem: "npm" | |
directory: "/projects/zajsf-material" | |
schedule: | |
interval: "weekly" | |
day: "sunday" | |
open-pull-requests-limit: 5 | |
commit-message: | |
prefix: "build" | |
- package-ecosystem: "npm" | |
directory: "/projects/zajsf-bootstrap3" | |
schedule: | |
interval: "weekly" | |
day: "sunday" | |
open-pull-requests-limit: 5 | |
commit-message: | |
prefix: "build" | |
- package-ecosystem: "npm" | |
directory: "/projects/zajsf-bootstrap4" | |
schedule: | |
interval: "weekly" | |
day: "sunday" | |
open-pull-requests-limit: 5 | |
commit-message: | |
prefix: "build" |