chore: add dependabot weekly update config#13770
Conversation
Weekly Sunday 22:00 UTC, 5 PR limit per ecosystem, minor+patch grouped. Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
|
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
|
LukasHirt
left a comment
There was a problem hiding this comment.
We are using Renovate in this repository. This would then cause having two separate kinds of dependency update PRs. For this repo specifically, the interval can be configured in https://github.com/owncloud/web/blob/master/.renovaterc.json
It should be also possible to configure it globally either in the shared config in https://github.com/owncloud-ops/renovate-presets/blob/main/docker.json or via Renovate bot settings.
as long as there is noone maintaining this I vote against renovatebot .... 🤷 |
|
I'm fine with moving back to dependabot. Especially for consistency because only some of frontend repos are using renovate and everything else uses dependabot. However, this will have a few implications that need to be taken care of or at least kept in mind:
@DeepDiver1975 do you want to merge this PR right away or should I drop the renovate config from this repo first? |
there is already some grouping in this pr - further groups can be defined within each project individually
I don't get this part - care to explain this more?
PR should already be open there as well....
first bring dependabot to a level we are are comfortable with - maybe first address this even in a smaller/less frequently updated repo .... and drop renovate last |




This PR adds/updates the Dependabot configuration for this repository.
Dependabot is configured to run weekly (Sunday at 22:00 UTC) with a limit of 5 open pull requests per ecosystem. Minor and patch updates are grouped into a single PR per ecosystem to reduce the number of concurrent update PRs, lowering maintainer overhead and CI load. Major version updates remain as individual PRs so they receive deliberate review.