spiff-arena/.github/dependabot.yml
Kevin Burnett c86a7207d8 let dependabot update packages in one directory just to dip our toes (#300)
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2023-06-06 16:26:05 -07:00

49 lines
1.1 KiB
YAML

version: 2
updates:
# GITHUB-ACTIONSS
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 0
# PIP
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
interval: daily
open-pull-requests-limit: 0
- package-ecosystem: pip
directory: "/spiffworkflow-backend/docs"
schedule:
interval: daily
open-pull-requests-limit: 1
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 0
- package-ecosystem: pip
directory: "/spiffworkflow-backend"
schedule:
interval: daily
open-pull-requests-limit: 0
# NPM
- package-ecosystem: npm
directory: "/.github/workflows"
schedule:
interval: daily
open-pull-requests-limit: 0
- package-ecosystem: npm
directory: "/spiffworkflow-frontend"
schedule:
interval: daily
open-pull-requests-limit: 0
- package-ecosystem: npm
directory: "/bpmn-js-spiffworkflow"
schedule:
interval: daily
open-pull-requests-limit: 0