firmware/.github/dependabot.yml

28 lines
662 B
YAML
Raw Normal View History

2025-02-25 08:41:45 +00:00
#trunk-ignore-all(yamllint/quoted-strings): required by dependabot syntax check
2024-09-20 21:40:10 +00:00
version: 2
updates:
2024-09-21 02:22:45 +00:00
- package-ecosystem: docker
directory: devcontainer
schedule:
interval: daily
2025-02-25 08:41:45 +00:00
time: "05:00"
2024-09-21 02:22:45 +00:00
timezone: US/Pacific
- package-ecosystem: docker
directory: /
schedule:
interval: daily
2025-02-25 08:41:45 +00:00
time: "05:00"
2024-09-21 02:22:45 +00:00
timezone: US/Pacific
- package-ecosystem: gitsubmodule
directory: /
schedule:
interval: daily
2025-02-25 08:41:45 +00:00
time: "05:00"
2024-09-21 02:22:45 +00:00
timezone: US/Pacific
- package-ecosystem: github-actions
directory: /.github/workflows
schedule:
interval: daily
2025-02-25 08:41:45 +00:00
time: "05:00"
2024-09-21 02:22:45 +00:00
timezone: US/Pacific