Skip to content

chore: simplify dependabot configuration for multi-ecosystem updates#2404

Closed
triceo wants to merge 1 commit into
TimefoldAI:mainfrom
triceo:dependabot
Closed

chore: simplify dependabot configuration for multi-ecosystem updates#2404
triceo wants to merge 1 commit into
TimefoldAI:mainfrom
triceo:dependabot

Conversation

@triceo

@triceo triceo commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings June 22, 2026 09:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 refactors .github/dependabot.yml to use Dependabot multi-ecosystem grouping so that Maven and GitHub Actions updates can be coordinated into fewer PRs across main and 1.x.

Changes:

  • Introduces multi-ecosystem-groups definitions for main (weekly) and 1.x (cron-based) update cadence.
  • Consolidates Maven and GitHub Actions updates under shared multi-ecosystem groups, reducing duplicated per-ecosystem configuration.
  • Adjusts the 1.x ignore rule to block semver-major updates while allowing other update types.

Comment thread .github/dependabot.yml
Comment on lines +14 to +15
interval: "cron"
cronjob: "0 1 * * 1#1" # First Monday of the month
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