let us start getting some more dependabot PRs (#939)

* let us start getting some more dependabot PRs

* Update .github/dependabot.yml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Kevin Burnett 2024-02-01 11:23:49 -08:00 committed by GitHub
parent b3b1f44d51
commit d705a4146f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,19 +1,18 @@
version: 2 version: 2
updates: updates:
# GITHUB-ACTIONS
# GITHUB-ACTIONSS
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: daily
open-pull-requests-limit: 0 open-pull-requests-limit: 1
# PIP # PIP
- package-ecosystem: pip - package-ecosystem: pip
directory: "/.github/workflows" directory: "/.github/workflows"
schedule: schedule:
interval: daily interval: daily
open-pull-requests-limit: 0 open-pull-requests-limit: 1
- package-ecosystem: pip - package-ecosystem: pip
directory: "/spiffworkflow-backend/docs" directory: "/spiffworkflow-backend/docs"
schedule: schedule:
@ -28,21 +27,16 @@ updates:
directory: "/spiffworkflow-backend" directory: "/spiffworkflow-backend"
schedule: schedule:
interval: daily interval: daily
open-pull-requests-limit: 0 open-pull-requests-limit: 1
# NPM # NPM
- package-ecosystem: npm - package-ecosystem: npm
directory: "/.github/workflows" directory: "/.github/workflows"
schedule: schedule:
interval: daily interval: daily
open-pull-requests-limit: 0 open-pull-requests-limit: 1
- package-ecosystem: npm - package-ecosystem: npm
directory: "/spiffworkflow-frontend" directory: "/spiffworkflow-frontend"
schedule: schedule:
interval: daily interval: daily
open-pull-requests-limit: 0 open-pull-requests-limit: 1
- package-ecosystem: npm
directory: "/bpmn-js-spiffworkflow"
schedule:
interval: daily
open-pull-requests-limit: 0