ci: setup dependabot to manage github actions updates (#108)

This commit is contained in:
Luis Quiñones
2025-09-03 06:17:16 -05:00
committed by GitHub
parent 07c14b39ca
commit e47cbd7de7

11
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
day: monday
time: "11:00"
open-pull-requests-limit: 10
assignees:
- luisnquin