Skip to content

build: re-enable go-billy Renovate minor/patch updates on releases/v5.x#2271

Closed
pjbgf with Copilot wants to merge 2 commits into
mainfrom
copilot/update-renovate-config
Closed

build: re-enable go-billy Renovate minor/patch updates on releases/v5.x#2271
pjbgf with Copilot wants to merge 2 commits into
mainfrom
copilot/update-renovate-config

Conversation

Copilot AI commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

releases/v5.x had a broad Renovate rule disabling non-security dependency bumps, and the existing go-billy allow rule was not explicitly scoped to that branch. As a result, github.com/go-git/go-billy minor/patch updates continued on main but were not allowed through on the v5 release line.

  • Scope

    • Update only .renovaterc.json5
    • Preserve the existing non-security bump freeze for all other dependencies on releases/v5.x
  • Change

    • Extend the existing github.com/go-git/go-billy allow rule to explicitly match both main and releases/v5.x
    • Keep the rule limited to minor and patch updates
  • Effect

    • go-billy minor/patch updates are explicitly allowed on releases/v5.x
    • No change to main
    • No broadened update surface for other packages on the v5 release line
{
  "description": "Enable minor and patch updates for go-billy",
  "matchBaseBranches": ["main", "releases/v5.x"],
  "matchPackageNames": ["github.com/go-git/go-billy"],
  "matchUpdateTypes": ["minor", "patch"],
  "enabled": true
}

Copilot AI changed the title [WIP] Update Renovate config to enable go-billy updates on releases/v5.x build: re-enable go-billy Renovate minor/patch updates on releases/v5.x Jul 24, 2026
Copilot finished work on behalf of pjbgf July 24, 2026 09:55
Copilot AI requested a review from pjbgf July 24, 2026 09:55
Copilot finished work on behalf of pjbgf July 24, 2026 10:00
Copilot finished work on behalf of pjbgf July 24, 2026 10:03
Copilot finished work on behalf of pjbgf July 24, 2026 10:07
@pjbgf pjbgf closed this Jul 24, 2026
@pjbgf
pjbgf deleted the copilot/update-renovate-config branch July 24, 2026 10:09
Copilot stopped work on behalf of pjbgf due to an error July 24, 2026 10:09
Copilot stopped work on behalf of pjbgf due to an error July 24, 2026 10:14
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