ci(dependabot): reduce noise and skip ReEDS run for dependabot updates#79
Conversation
There was a problem hiding this comment.
Thanks Pedro. Can we limit dependabot to the github actions and ignore environment.yml entirely? We inflexibly specify the major.minor versions and only update the environment every few years, so it doesn't seem necessary to check every 2 weeks.
There was a problem hiding this comment.
Sounds good. I removed completely the python dependabot update. Now it is isolated to the CI.
|
@patrickbrown4 it should be ready for re-review |
patrickbrown4
left a comment
There was a problem hiding this comment.
Looks good to me, thanks!
| schedule: | ||
| interval: "weekly" | ||
| interval: "cron" | ||
| cronjob: "0 6 */14 * *" |
There was a problem hiding this comment.
(minor nitpick) Are comments allowed in this file? If so, maybe add one here explaining what this means? (It looks like it will execute twice near the end of the month, on the 29th and then on the 1st - maybe you could just do every second Monday instead? Not a bit deal; up to you.)
There was a problem hiding this comment.
Sounds good. Added a message for that with the suggestion of the cadence see 8c71c4c
Summary
Validation