Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"automerge": false
},
{
"description": "Do NOT generate PRs for minor dockerfile updates in 1.y ",
"enabled": false,
"description": "Do generate PRs for minor dockerfile updates in 1.y ",
"enabled": true,
"matchDatasources": [
"docker"
],
Comment on lines +92 to 96
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Action required

1. Minor docker updates still blocked 📎 Requirement gap ≡ Correctness

Minor Dockerfile image updates remain disabled on main because the global rule disables all
minor updates and the newly-enabled Docker exception only applies to release-1.* branches. This
does not meet the requirement to allow minor Dockerfile base-image update PRs in the repo.
Agent Prompt
## Issue description
Minor Dockerfile base-image updates are still suppressed on `main` due to a global `matchUpdateTypes: ["minor"]` rule with `enabled: false`, while the Docker exception is limited to `release-1.*` branches.

## Issue Context
Compliance requires that Renovate opens PRs for minor Dockerfile base-image updates in this repository. Any change must also keep minor Dockerfile updates **not automerged**.

## Fix Focus Areas
- .github/renovate.json[57-67]
- .github/renovate.json[92-103]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools

Expand Down