ci: Add dependabot to keep Github Actions up to date

pull/59/head
nirenjan 2026-03-08 20:52:24 -07:00
parent e8208e97cb
commit accd2a1f4e
1 changed files with 8 additions and 0 deletions

8
.github/dependabot.yml vendored 100644
View File

@ -0,0 +1,8 @@
version: 2
updates:
# Maintain dependencies for Github Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 5