Skip to content

Update dependabot config to group PRs#191

Merged
data-douser merged 1 commit intomainfrom
dd/dependabot/2
Mar 27, 2026
Merged

Update dependabot config to group PRs#191
data-douser merged 1 commit intomainfrom
dd/dependabot/2

Conversation

@data-douser
Copy link
Copy Markdown
Collaborator

This pull request simplifies and consolidates the npm dependency update configuration in .github/dependabot.yaml. Instead of having separate entries for each npm project, it now uses a single configuration with a directories array and groups all npm dependencies together for updates.

@data-douser data-douser self-assigned this Mar 27, 2026
@data-douser data-douser requested review from a team and enyil as code owners March 27, 2026 14:16
Copilot AI review requested due to automatic review settings March 27, 2026 14:16
@data-douser data-douser added enhancement New feature or request dependencies Pull requests that update a dependency file labels Mar 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 161e24b.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR consolidates Dependabot’s npm update configuration by switching from multiple per-directory npm entries to a single npm entry that targets multiple directories and groups updates together.

Changes:

  • Replace separate npm update entries (/, /client/, /server/, /extensions/vscode/) with one npm update entry using directories.
  • Add an all-npm-dependencies group to bundle npm dependency updates together.

@data-douser data-douser enabled auto-merge (squash) March 27, 2026 14:19
@data-douser data-douser disabled auto-merge March 27, 2026 14:35
@data-douser data-douser merged commit d436a6a into main Mar 27, 2026
11 checks passed
@data-douser data-douser deleted the dd/dependabot/2 branch March 27, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants