Dependabot frequency #143
edward-shen
started this conversation in
General
Replies: 1 comment 2 replies
-
Alternatively, we could probably do something with Github actions to create a new PR every month that runs |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While keeping up to date is a good thing, frequent updates create a lot of noise and can be annoying. Perhaps we can configure it to once a week, or once a month?
We can take larger period between dependabot checks because we already run
cargo deny
in CI, so any urgent issues will be noticed quickly, where we manually update.https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#scheduleinterval
Beta Was this translation helpful? Give feedback.
All reactions