Skip to content

.github/workflows/dependabot.yml #58

.github/workflows/dependabot.yml

.github/workflows/dependabot.yml #58

Workflow file for this run

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"