timewarrior/.github/dependabot.yml
Thomas Lauf 4a0d5f9063 Configure Dependabot for GitHub actions
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2022-10-19 12:27:18 +02:00

7 lines
164 B
YAML

version: 2
updates:
# Enable version updates for GitHub actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"