Skip to content

renovate: fix CI VM Image file pattern - #37

Merged
Luap99 merged 1 commit into
podman-container-tools:mainfrom
vtushar06:renovate-vm-image-pattern
Aug 10, 2026
Merged

renovate: fix CI VM Image file pattern#37
Luap99 merged 1 commit into
podman-container-tools:mainfrom
vtushar06:renovate-vm-image-pattern

Conversation

@vtushar06

Copy link
Copy Markdown
Contributor

I noticed the AUTOMATION_RELEASE update PRs across the repos come in with the plain renovate title and no reviewers, so I went looking at why the CI VM Image rule was not doing that.

The packageRule still has the regex that 2ad2611 replaced in the custom manager - /^.github/workflows/*.yml$/ without the .*, so it matches no real workflow filename and the whole rule is inert. That also means maxMajorIncrement: 0 never applies, so image updates would stop being proposed at a year rollover once the date-version jump exceeds the 500 default.

Recent examples where the rule should have fired but the PRs have the plain title and no requested reviewers: skopeo#2929, container-libs#1008, podman#29253.

Same glob the manager uses since 2ad2611.

2ad2611 replaced this broken regex with a glob in the custom manager but
the same pattern stayed in the CI VM Image packageRule, so the rule never
matches. Image update PRs get the plain title instead of the group name,
no reviewers assigned, and maxMajorIncrement stays at the 500 default
instead of 0.

Same glob as the manager uses now.

Signed-off-by: Tushar Verma <tusharmyself06@gmail.com>
Copilot AI lite review requested due to automatic review settings August 7, 2026 14:12

Copilot AI 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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@Luap99 Luap99 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@Luap99
Luap99 merged commit 28d3cf8 into podman-container-tools:main Aug 10, 2026
8 checks passed
@Luap99

Luap99 commented Aug 10, 2026

Copy link
Copy Markdown
Member

@vtushar06 Can you turn of your copilot review setting? It is annoying if that spams the same useless comment on each PR.

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