Skip to content

Keep major GitHub Actions updates out of the group - #185

Merged
Sekator778 merged 1 commit into
masterfrom
fix/actions-group-excludes-majors
Sep 17, 2026
Merged

Sekator778 merged 1 commit into
masterfrom
fix/actions-group-excludes-majors

Conversation

@Sekator778

@Sekator778 Sekator778 commented Sep 12, 2026

Copy link
Copy Markdown
Contributor

#182 grouped the Actions updates but did not restrict that group to minor and patch the way it restricted the Maven group. A major therefore lands inside the group PR instead of arriving on its own: actions/setup-java 5.7 to 6.0.1 closed #179 and reappeared inside #184 within hours of #182 merging.

That was not the intent. A major action bump is the one worth looking at alone, which is why the Maven group already carries update-types: ["minor", "patch"].

My comment on #182 said majors would stay separate. True for Maven, not true for Actions. Fixing the config rather than the sentence.


Summary by cubic

Excludes major GitHub Actions updates from the grouped dependabot PR so they arrive on their own instead of being bundled with minor and patch updates. The Maven group already behaved this way.

Written for commit b8d1381. Summary will update on new commits.

Review in cubic

The Actions group had no update-types restriction, so a major landed
inside the group PR instead of arriving on its own. The Maven group
already excludes majors for the same reason.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No issues found across 1 file

Re-trigger cubic

@Sekator778
Sekator778 merged commit 24fccd8 into master Sep 17, 2026
5 checks passed
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