ci: add dependabot config for github actions, fixes #9308

This commit is contained in:
Mrityunjay Raj 2026-02-13 03:04:00 +05:30
parent 9531510f2d
commit 665a0be186

10
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"