Skip to content

ci: group updates to decrease the amount of Dependabot PRs #850

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025

Conversation

triceo
Copy link
Collaborator

@triceo triceo commented Jul 7, 2025

Description of the change

Description here

Checklist

Development

  • The changes have been covered with tests, if necessary.
  • You have a green build, with the exception of the flaky tests.
  • UI and JS files are fully tested, the user interface works for all modules affected by your changes (e.g., solve and analyze buttons).
  • The network calls work for all modules affected by your changes (e.g., solving a problem).
  • The console messages are validated for all modules affected by your changes.

Code Review

  • This pull request includes an explanatory title and description.
  • The GitHub issue is linked.
  • At least one other engineer has approved the changes.
  • After PR is merged, inform the reporter.

@triceo triceo requested review from zepfred and Copilot July 7, 2025 07:49
Copy link

@Copilot 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 adjusts the Dependabot update schedule and consolidates multiple dependency updates into single pull requests to reduce noise.

  • Changed update time from '05:00' to '03:00' for all ecosystems
  • Added a groups section under each package ecosystem to bundle all updates into a single PR
Comments suppressed due to low confidence (2)

.github/dependabot.yml:12

  • The groups configuration is repeated for each ecosystem block. Consider using YAML anchors or a shared snippet to DRY these definitions and simplify future maintenance.
    groups:

.github/dependabot.yml:13

  • [nitpick] The group name all is very generic. Consider a more descriptive name like all-dependencies to clarify its purpose and prevent naming collisions down the road.
      all: # Group all updates together.

@triceo triceo merged commit d02e21d into TimefoldAI:development Jul 7, 2025
59 checks passed
@triceo triceo deleted the dependabot3 branch July 7, 2025 11:19
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