Skip to content

Add dependency groups for Docker and actions#1984

Merged
SharonHart merged 1 commit into
mainfrom
shhart/feature/group-dependabot
Apr 19, 2026
Merged

Add dependency groups for Docker and actions#1984
SharonHart merged 1 commit into
mainfrom
shhart/feature/group-dependabot

Conversation

@SharonHart
Copy link
Copy Markdown
Contributor

This pull request updates the .github/dependabot.yml configuration to introduce dependency grouping for Docker, Docker Compose, and GitHub Actions dependencies. Grouping dependencies allows Dependabot to batch related updates into a single pull request, making dependency management more streamlined and reducing noise from individual PRs.

@SharonHart SharonHart marked this pull request as ready for review April 19, 2026 09:39
@github-actions
Copy link
Copy Markdown

Coverage report (presidio-anonymizer)

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  presidio-anonymizer/presidio_anonymizer
  anonymizer_engine.py
Project Total  

This report was generated by python-coverage-comment-action

@github-actions
Copy link
Copy Markdown

Coverage report (presidio-structured)

This PR does not seem to contain any modification to coverable code.

@github-actions
Copy link
Copy Markdown

Coverage report (presidio-cli)

This PR does not seem to contain any modification to coverable code.

@github-actions
Copy link
Copy Markdown

Coverage report (presidio-image-redactor)

This PR does not seem to contain any modification to coverable code.

@github-actions
Copy link
Copy Markdown

Coverage report (presidio-analyzer)

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  presidio-analyzer/presidio_analyzer/nlp_engine
  __init__.py
  nlp_engine_provider.py
  presidio-analyzer/presidio_analyzer/predefined_recognizers
  __init__.py
  presidio-analyzer/presidio_analyzer/predefined_recognizers/country_specific
  __init__.py
  presidio-analyzer/presidio_analyzer/predefined_recognizers/country_specific/uk
  __init__.py
Project Total  

This report was generated by python-coverage-comment-action

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 updates the repository’s Dependabot configuration to reduce update PR noise by batching related dependency updates for container and CI dependencies.

Changes:

  • Add a docker-deps dependency group to each docker ecosystem entry (per component directory) so Docker base image updates are grouped.
  • Add an actions-deps dependency group to the github-actions ecosystem entry so GitHub Actions updates are grouped.

Comment thread .github/dependabot.yml
@SharonHart SharonHart merged commit d6d2641 into main Apr 19, 2026
40 checks passed
@SharonHart SharonHart deleted the shhart/feature/group-dependabot branch April 19, 2026 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants