java-server-sdk
java-server-sdk copied to clipboard
ci: update dependabot schedule and commit prefix
Setting the time to noon EST for dependabot to trigger
I actually tried that and it was rejected by the validator. Looks like schedule.day is only used to pick which day of the week to run it for a "weekly" interval.
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleday
I don't think you can provide a list of days.
Looks like this was requested feature a few times, along with schedule.cron but support doesn't exist.