Files
firmware/.github/dependabot.yml
2024-09-20 19:40:36 -07:00

27 lines
574 B
YAML

version: 2
updates:
- package-ecosystem: docker
directory: devcontainer
schedule:
interval: daily
time: 05:00
timezone: US/Pacific
- package-ecosystem: docker
directory: /
schedule:
interval: daily
time: 05:00
timezone: US/Pacific
- package-ecosystem: gitsubmodule
directory: /
schedule:
interval: daily
time: 05:00
timezone: US/Pacific
- package-ecosystem: github-actions
directory: /.github/workflows
schedule:
interval: daily
time: 05:00
timezone: US/Pacific