Hangar/.github/dependabot.yml

19 lines
407 B
YAML
Raw Normal View History

2020-10-01 03:16:35 +08:00
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
2021-06-07 22:47:33 +08:00
open-pull-requests-limit: 20
2020-10-01 03:16:35 +08:00
- package-ecosystem: "npm"
directory: "/frontend/"
2020-10-01 03:16:35 +08:00
schedule:
interval: "weekly"
2021-06-07 22:47:33 +08:00
open-pull-requests-limit: 20
2022-03-27 01:47:14 +08:00
- package-ecosystem: "npm"
directory: "/frontend/server"
2022-03-27 01:47:14 +08:00
schedule:
interval: "weekly"
open-pull-requests-limit: 20