[MINOR] chore(.github): group dependabot security updates by path#5213
Open
jongyoul wants to merge 2 commits intoapache:masterfrom
Open
[MINOR] chore(.github): group dependabot security updates by path#5213jongyoul wants to merge 2 commits intoapache:masterfrom
jongyoul wants to merge 2 commits intoapache:masterfrom
Conversation
Configure Dependabot to group security updates for /docs, /zeppelin-web, and /zeppelin-web-angular into separate pull requests. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds a Dependabot configuration to group security update PRs by top-level path so each of /docs, /zeppelin-web, and /zeppelin-web-angular receives a single grouped security-update PR instead of many individual PRs.
Changes:
- Introduces
.github/dependabot.ymlwith update entries for Bundler (/docs) and npm (/zeppelin-web,/zeppelin-web-angular) - Configures Dependabot grouping for security updates using
groups: … applies-to: security-updates
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Extend the Dependabot security update grouping config to cover the currently open dependency alert paths and clarify that version updates remain disabled. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
What is this PR for?
Group Dependabot security updates by exact path so the current burst of one-off security PRs can be regenerated as grouped PRs instead.
This configuration intentionally keeps non-security version updates disabled with
open-pull-requests-limit: 0, so it only affects grouped security updates and does not start regular version-update PRs for these directories.Covered paths:
/docs/zeppelin-web/zeppelin-web-angular/dev//alluxio/bigquery/elasticsearch/flink/flink-scala-2.12/livy/rlang/shell/spark/interpreter/spark/spark-scala-parent/zeppelin-interpreter/zeppelin-plugins/launcher/docker/zeppelin-plugins/launcher/k8s-standard/zeppelin-plugins/notebookrepo/s3First time? Check out the contributing guide - https://zeppelin.apache.org/contribution/contributions.html
What type of PR is it?
Improvement
Todos
.github/dependabot.ymlfor the targeted directoriesWhat is the Jira issue?
None. Minor maintenance change.
How should this be tested?
.github/dependabot.ymlis valid YAML.Screenshots (if appropriate)
N/A
Questions: