Create dependabot.yml

This commit is contained in:
ragebreaker 2024-09-03 16:51:57 +05:30 committed by GitHub
parent af1bd01e2f
commit c53f2cc50d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,7 @@
# .github/dependabot.yml
version: 2
updates:
- package-ecosystem: "github-actions" # This specifies that you want to update GitHub Actions.
directory: ".github/workflows" # The directory where your workflow files are located.
schedule:
interval: "weekly" # Update frequency. Options include daily, weekly, and monthly.