Files
kopia/.github/dependabot.yml
2021-07-10 19:36:24 -07:00

19 lines
378 B
YAML

version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: monthly
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
- package-ecosystem: npm
directory: "/app"
schedule:
interval: monthly
- package-ecosystem: npm
directory: "/htmlui"
schedule:
interval: monthly