Files
archived-teslamateapi/.github/dependabot.yml
Tobias Lindberg 3cc6f8eb98 adding dependabot for gomod and docker
micro build workflow change
2021-02-18 13:25:55 +01:00

18 lines
298 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"