Update dependabot.yml

This commit is contained in:
ragebreaker 2024-09-03 17:01:24 +05:30 committed by GitHub
parent 845d57768d
commit d53728cc73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,4 +4,5 @@ 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.
interval: "cron"
cron: "0 0 1 1 *"