synclounge/.github/dependabot.yml

15 lines
304 B
YAML
Raw Normal View History

2020-08-06 15:35:17 +00:00
version: 2
updates:
2020-08-24 00:12:33 +00:00
- package-ecosystem: "npm"
directory: "/"
2020-08-06 15:35:17 +00:00
schedule:
interval: "daily"
2020-08-06 17:22:59 +00:00
versioning-strategy: increase
2020-08-11 02:07:41 +00:00
open-pull-requests-limit: 10
2020-08-24 00:12:33 +00:00
2020-08-22 01:47:23 +00:00
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10