Create dependabot.yml

This commit is contained in:
Ravencentric 2025-07-30 01:16:06 +05:30 committed by GitHub
parent f879f70e1b
commit ec33144f3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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

@ -0,0 +1,11 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"