-
Notifications
You must be signed in to change notification settings - Fork 21
Change schedule for dependabot #305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,26 +4,23 @@ updates: | |
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "monday" | ||
| time: "14:00" | ||
| day: "sunday" | ||
| timezone: "Asia/Tokyo" | ||
|
Comment on lines
5
to
8
|
||
| open-pull-requests-limit: 5 | ||
|
|
||
| - package-ecosystem: "github-actions" | ||
| directory: "/actions/publish" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "monday" | ||
| time: "14:00" | ||
| day: "sunday" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. By removing the day: "sunday"
time: "14:00" |
||
| timezone: "Asia/Tokyo" | ||
| open-pull-requests-limit: 5 | ||
|
|
||
| - package-ecosystem: "npm" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "monday" | ||
| time: "14:00" | ||
| day: "sunday" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| timezone: "Asia/Tokyo" | ||
| versioning-strategy: increase | ||
| open-pull-requests-limit: 5 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By removing the
timekey for thegomodpackage ecosystem, Dependabot will now run at a random time on Sunday. If you want to maintain the specific run time of 14:00, please re-add thetimekey. If running at a random time is intended, you can ignore this comment.