ci: update dependabot (#278)
This commit is contained in:
+21
-7
@@ -1,15 +1,29 @@
|
|||||||
|
# This action is centrally managed in https://github.com/<organization>/.github/
|
||||||
|
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in
|
||||||
|
# the above-mentioned repo.
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
target-branch: "nightly"
|
time: "00:00"
|
||||||
open-pull-requests-limit: 20
|
target-branch: "nightly"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
- package-ecosystem: "pip"
|
|
||||||
directory: "/scripts"
|
- package-ecosystem: "npm"
|
||||||
schedule:
|
directory: "/"
|
||||||
interval: "daily"
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
time: "00:00"
|
||||||
|
target-branch: "nightly"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
time: "00:00"
|
||||||
target-branch: "nightly"
|
target-branch: "nightly"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user