let dependabot update packages in one directory just to dip our toes (#300)

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
This commit is contained in:
Kevin Burnett 2023-06-06 23:26:05 +00:00 committed by GitHub
parent 228a06b876
commit c86a7207d8
1 changed files with 42 additions and 28 deletions

View File

@ -1,34 +1,48 @@
version: 2 version: 2
updates: updates:
# GITHUB-ACTIONSS
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: daily
# - package-ecosystem: pip open-pull-requests-limit: 0
# directory: "/.github/workflows"
# schedule: # PIP
# interval: daily - package-ecosystem: pip
# - package-ecosystem: pip directory: "/.github/workflows"
# directory: "/spiffworkflow-backend/docs" schedule:
# schedule: interval: daily
# interval: daily open-pull-requests-limit: 0
# - package-ecosystem: pip - package-ecosystem: pip
# directory: "/" directory: "/spiffworkflow-backend/docs"
# schedule: schedule:
# interval: daily interval: daily
# - package-ecosystem: pip open-pull-requests-limit: 1
# directory: "/spiffworkflow-backend" - package-ecosystem: pip
# schedule: directory: "/"
# interval: daily schedule:
# - package-ecosystem: npm interval: daily
# directory: "/.github/workflows" open-pull-requests-limit: 0
# schedule: - package-ecosystem: pip
# interval: daily directory: "/spiffworkflow-backend"
# - package-ecosystem: npm schedule:
# directory: "/spiffworkflow-frontend" interval: daily
# schedule: open-pull-requests-limit: 0
# interval: daily
# - package-ecosystem: npm # NPM
# directory: "/bpmn-js-spiffworkflow" - package-ecosystem: npm
# schedule: directory: "/.github/workflows"
# interval: daily 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