mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-12 18:44:14 +00:00
e4aac94a4e
* 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>
46 lines
1.0 KiB
YAML
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
|