Create dependabot.yml

This commit is contained in:
Ravencentric
2025-07-30 01:16:06 +05:30
committed by GitHub
parent f879f70e1b
commit ec33144f3a

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:
- "*"