2023-02-24 19:31:10 +00:00
|
|
|
version: 2
|
|
|
|
updates:
|
2024-02-01 19:23:49 +00:00
|
|
|
# GITHUB-ACTIONS
|
2023-02-24 19:31:10 +00:00
|
|
|
- package-ecosystem: github-actions
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: daily
|
2024-02-01 19:23:49 +00:00
|
|
|
open-pull-requests-limit: 1
|
2023-06-06 23:26:05 +00:00
|
|
|
|
|
|
|
# PIP
|
|
|
|
- package-ecosystem: pip
|
|
|
|
directory: "/.github/workflows"
|
|
|
|
schedule:
|
|
|
|
interval: daily
|
2024-02-01 19:23:49 +00:00
|
|
|
open-pull-requests-limit: 1
|
2023-06-06 23:26:05 +00:00
|
|
|
- package-ecosystem: pip
|
|
|
|
directory: "/spiffworkflow-backend/docs"
|
|
|
|
schedule:
|
|
|
|
interval: daily
|
|
|
|
open-pull-requests-limit: 1
|
|
|
|
- package-ecosystem: pip
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: daily
|
2024-02-06 15:14:03 +00:00
|
|
|
open-pull-requests-limit: 1
|
2023-06-06 23:26:05 +00:00
|
|
|
- package-ecosystem: pip
|
|
|
|
directory: "/spiffworkflow-backend"
|
|
|
|
schedule:
|
|
|
|
interval: daily
|
2024-02-01 19:23:49 +00:00
|
|
|
open-pull-requests-limit: 1
|
2023-06-06 23:26:05 +00:00
|
|
|
|
|
|
|
# NPM
|
|
|
|
- package-ecosystem: npm
|
|
|
|
directory: "/.github/workflows"
|
|
|
|
schedule:
|
|
|
|
interval: daily
|
2024-02-01 19:23:49 +00:00
|
|
|
open-pull-requests-limit: 1
|
2023-06-06 23:26:05 +00:00
|
|
|
- package-ecosystem: npm
|
|
|
|
directory: "/spiffworkflow-frontend"
|
|
|
|
schedule:
|
|
|
|
interval: daily
|
2024-02-01 19:23:49 +00:00
|
|
|
open-pull-requests-limit: 1
|