Update dependabot.yml
This commit is contained in:
parent
845d57768d
commit
d53728cc73
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@ -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 *"
|
||||
|
Loading…
Reference in New Issue
Block a user