warpgate/.github/dependabot.yml

18 lines
492 B
YAML
Raw Normal View History

2022-04-29 06:57:31 +08:00
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
2022-04-29 07:03:12 +08:00
labels: ["type/deps"]
open-pull-requests-limit: 25
schedule:
2022-07-03 17:33:23 +08:00
interval: "daily"
2022-04-29 07:03:12 +08:00
- package-ecosystem: "npm"
2022-09-15 05:00:40 +08:00
directory: "/warpgate-web"
2022-04-29 07:03:12 +08:00
labels: ["type/deps"]
open-pull-requests-limit: 25
2022-04-29 06:57:31 +08:00
schedule:
2022-07-03 17:33:23 +08:00
interval: "daily"