tabby/.github/dependabot.yml

75 lines
1.6 KiB
YAML
Raw Normal View History

2021-04-29 15:09:52 +00:00
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
2021-05-12 07:35:33 +00:00
open-pull-requests-limit: 20
2021-04-29 15:09:52 +00:00
- package-ecosystem: npm
directory: "/app"
schedule:
interval: daily
time: "04:00"
2021-05-12 07:35:33 +00:00
open-pull-requests-limit: 20
2021-04-29 15:09:52 +00:00
- package-ecosystem: npm
2021-06-29 21:57:04 +00:00
directory: "/tabby-core"
2021-04-29 15:09:52 +00:00
schedule:
interval: daily
time: "04:00"
2021-05-12 07:35:33 +00:00
open-pull-requests-limit: 20
2021-04-29 15:09:52 +00:00
- package-ecosystem: npm
2021-06-29 21:57:04 +00:00
directory: "/tabby-settings"
2021-04-29 15:09:52 +00:00
schedule:
interval: daily
time: "04:00"
2021-05-12 07:35:33 +00:00
open-pull-requests-limit: 20
2021-04-29 15:09:52 +00:00
- package-ecosystem: npm
2021-06-29 21:57:04 +00:00
directory: "/tabby-terminal"
2021-04-29 15:09:52 +00:00
schedule:
interval: daily
time: "04:00"
2021-05-12 07:35:33 +00:00
open-pull-requests-limit: 20
- package-ecosystem: npm
2021-06-29 21:57:04 +00:00
directory: "/tabby-local"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 20
2021-04-29 15:09:52 +00:00
- package-ecosystem: npm
2021-06-29 21:57:04 +00:00
directory: "/tabby-community-color-schemes"
2021-04-29 15:09:52 +00:00
schedule:
interval: daily
time: "04:00"
2021-05-12 07:35:33 +00:00
open-pull-requests-limit: 20
- package-ecosystem: npm
2021-06-29 21:57:04 +00:00
directory: "/tabby-electron"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 20
- package-ecosystem: npm
2021-06-29 21:57:04 +00:00
directory: "/tabby-web"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 20
2021-04-29 15:09:52 +00:00
- package-ecosystem: npm
2021-06-29 21:57:04 +00:00
directory: "/tabby-plugin-manager"
2021-04-29 15:09:52 +00:00
schedule:
interval: daily
time: "04:00"
2021-05-12 07:35:33 +00:00
open-pull-requests-limit: 20
2021-04-29 15:09:52 +00:00
- package-ecosystem: npm
2021-06-29 21:57:04 +00:00
directory: "/tabby-ssh"
2021-04-29 15:09:52 +00:00
schedule:
interval: daily
time: "04:00"
2021-05-12 07:35:33 +00:00
open-pull-requests-limit: 20
2021-04-29 15:09:52 +00:00
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "04:00"
2021-05-12 07:35:33 +00:00
open-pull-requests-limit: 20