Files
Axis_Cam_Tailscale/.github/dependabot.yml
T

18 lines
412 B
YAML

---
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
# One PR per repo instead of one per action; the workflow is generated from
# Axis_Cam_Template/ci/build.yml.tmpl, so apply bumps there and re-sync.
groups:
github-actions:
patterns:
- "*"
commit-message:
prefix: ci
labels:
- dependencies