containerbuildsystem / cachi2

Cachi2 is a CLI tool that pre-fetches your project's dependencies to aid in making your build process network-isolated.
GNU General Public License v3.0
7 stars 25 forks source link

Extend the dependabot schedule interval to monthly (from weekly) #450

Closed eskultety closed 6 months ago

eskultety commented 8 months ago

Even after 041ada3969b5cb62ee70063186822a0614ad5d15 which changed the schedule from daily -> weekly it's still a fair amount of noise that dependabot creates with its PRs. Realistically though there aren't that many relevant changes in the dependencies that we should any more time than necessary to evaluate, so having a monthly scan should suffice. In case there's a vulnerability found there's a separate process path for dependabot in which it'll open a PR once a fix is available, so we'd really not miss out on anything, quite the opposite, it should give us a nice long quiet period with no potential stability issues/breakages.

eskultety commented 6 months ago

While at it, there are a couple more things we could address along with adjusting the schedule: