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
|
@ -1,19 +1,18 @@
|
|||
version: 2
|
||||
updates:
|
||||
|
||||
# GITHUB-ACTIONSS
|
||||
# GITHUB-ACTIONS
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 0
|
||||
open-pull-requests-limit: 1
|
||||
|
||||
# PIP
|
||||
- package-ecosystem: pip
|
||||
directory: "/.github/workflows"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 0
|
||||
open-pull-requests-limit: 1
|
||||
- package-ecosystem: pip
|
||||
directory: "/spiffworkflow-backend/docs"
|
||||
schedule:
|
||||
|
@ -28,21 +27,16 @@ updates:
|
|||
directory: "/spiffworkflow-backend"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 0
|
||||
open-pull-requests-limit: 1
|
||||
|
||||
# NPM
|
||||
- package-ecosystem: npm
|
||||
directory: "/.github/workflows"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 0
|
||||
open-pull-requests-limit: 1
|
||||
- package-ecosystem: npm
|
||||
directory: "/spiffworkflow-frontend"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 0
|
||||
- package-ecosystem: npm
|
||||
directory: "/bpmn-js-spiffworkflow"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 0
|
||||
open-pull-requests-limit: 1
|
||||
|
|
Loading…
Reference in New Issue