mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-03-01 01:20:45 +00:00
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:
parent
b3b1f44d51
commit
d705a4146f
18
.github/dependabot.yml
vendored
18
.github/dependabot.yml
vendored
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user