Skip to content

Disable (temporarily) Dependabot updates #3624

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

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from

Conversation

ppkarwasz
Copy link
Contributor

This is a short workaround for the compatibility issues between merge-dependabot and branch protection rules.

Commits pushed by a GitHub workflow don't trigger other workflows, so Dependabot PRs cannot be merged if the workflow manages to add a changelog file.

This is a short workaround for the compatibility issues between `merge-dependabot` and branch protection rules.

Commits pushed by a GitHub workflow don't trigger other workflows, so Dependabot PRs cannot be merged if the workflow manages to add a changelog file.
@vy
Copy link
Member

vy commented May 3, 2025

@ppkarwasz, what is long-term solution to this problem?

@ppkarwasz
Copy link
Contributor Author

what is long-term solution to this problem?

The main problem to solve is how to trigger a build on the commit with the changelog. I haven't test any of these, which is why I call the "longterm" solutions:

  1. We could try to trigger the build using workflow_run like in develocity-publish-build-scans.yaml.
  2. We could try to trigger the build, when the PR is approved.
  3. We could try using labels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To triage
Development

Successfully merging this pull request may close these issues.

2 participants