spiff-arena/.github/dependabot.yml
Kevin Burnett e4aac94a4e
Fix gunicorn and wait for schema issues (#1771)
* fix gunicorn and wait_for_db_schema_migrations

* avoid bad gunicorn version

* actually check that request succeeded

---------

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2024-06-19 10:59:27 -07:00

46 lines
1.0 KiB
YAML

version: 2
updates:
# GITHUB-ACTIONS
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 1
# PIP
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
interval: daily
open-pull-requests-limit: 1
- 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: 1
- package-ecosystem: pip
directory: "/spiffworkflow-backend"
schedule:
interval: daily
open-pull-requests-limit: 1
ignore:
- dependency-name: "gunicorn"
versions: ["22.0.0"]
# NPM
- package-ecosystem: npm
directory: "/.github/workflows"
schedule:
interval: daily
open-pull-requests-limit: 1
- package-ecosystem: npm
directory: "/spiffworkflow-frontend"
schedule:
interval: daily
open-pull-requests-limit: 1