Disable ASF Dependabot update PRs#10751
Merged
corgy-w merged 1 commit intoapache:devfrom Apr 12, 2026
Merged
Conversation
dybyte
approved these changes
Apr 11, 2026
DanielLeens
approved these changes
Apr 11, 2026
DanielLeens
left a comment
There was a problem hiding this comment.
I pulled the latest branch locally.
Current diff is a single ASF-side configuration change:
.asf.yaml -> github.dependabot_updates: false
That is the right scope for disabling ASF Dependabot update PRs without changing project runtime or build behavior. I do not see a code blocker in the current revision. The remaining item is the pending Build check.
corgy-w
approved these changes
Apr 12, 2026
onceMisery
pushed a commit
to onceMisery/seatunnel
that referenced
this pull request
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since the bot does not handle the CI errors in the PRs it submits, all PRs raised by the bot were previously closed manually, and it has been found that they can be closed. For reference:
https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#depend_alerts
What changed
github.dependabot_updates: falseto.asf.yamlWhy
Impact
Validation
./mvnw spotless:apply -nsu -T 3C./mvnw -q -DskipTests verify -nsu -T 3C