Skip to content
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

Group minor dependabot updates #1539

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Arnei
Copy link
Member

@Arnei Arnei commented Jan 9, 2025

The goal of this patch is to make the monthly reviewing of dependency prs more efficient. It causes dependabot to group all minor and patch dependency updates into a single pull request. The reasoning is that minor updates are highly unlikely to cause our app to break or change and thus time can be saved by testing them all at once instead of individually.

Inspired by Opencast studio:
https://github.com/elan-ev/opencast-studio/blob/master/.github/dependabot.yml

Proposed the same change for the admin ui as well: opencast/opencast-admin-interface#1047

The goal of this patch is to make the monthly
reviewing of dependency prs more efficient. It
causes dependabot to group all minor and patch
dependency updates into a single pull request. The
reasoning is that minor updates are highly unlikely
to cause our app to break or change and thus time
can be saved by testing them all at once instead of
individually.

Inspired by Opencast studio:
https://github.com/elan-ev/opencast-studio/blob/master/.github/dependabot.yml
@Arnei Arnei added type:dependencies Pull requests that update a dependency file type:infrastructure Build process, deployment, workflows labels Jan 9, 2025
Copy link

github-actions bot commented Jan 9, 2025

This pull request is deployed at test.editor.opencast.org/1539/2025-01-09_08-52-58/ .
It might take a few minutes for it to become available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependencies Pull requests that update a dependency file type:infrastructure Build process, deployment, workflows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant