mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-26 22:33:24 +00:00
28 lines
662 B
YAML
28 lines
662 B
YAML
#trunk-ignore-all(yamllint/quoted-strings): required by dependabot syntax check
|
|
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
|