Skip to content

Simplify dependabot: merge maven groups into one#139

Merged
infeo merged 2 commits into
developfrom
copilot/update-dependabot-file
Apr 2, 2026
Merged

Simplify dependabot: merge maven groups into one#139
infeo merged 2 commits into
developfrom
copilot/update-dependabot-file

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 2, 2026

Consolidates the three separate maven dependency groups (maven-build-plugins, java-test-dependencies, java-production-dependencies) into a single maven-dependencies group matching all packages (*). The schedule was already monthly.

Changes to .github/dependabot.yml:

  • Replace three fine-grained maven groups with one catch-all group
groups:
  maven-dependencies:
    patterns:
      - "*"

Copilot AI changed the title [WIP] Update dependabot file for maven dependencies Simplify dependabot: merge maven groups into one Apr 2, 2026
Copilot finished work on behalf of infeo April 2, 2026 11:09
Copilot AI requested a review from infeo April 2, 2026 11:09
@infeo infeo marked this pull request as ready for review April 2, 2026 14:54
@infeo infeo merged commit 479acd6 into develop Apr 2, 2026
4 checks passed
@infeo infeo deleted the copilot/update-dependabot-file branch April 2, 2026 15:02
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.

2 participants