Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change
golang stage digest 4859242 -> 8305f5f

Warning

Deprecated preset: Kong/public-shared-renovate:backend

Your config references a deprecated preset. To prevent disruption, this file now builds on the org default (Kong/public-shared-renovate) and layers a few backend-specific tweaks so behavior stays close to the historical backend configuration.

What's different from the default

  • Early Monday schedule windows (schedule:earlyMondays)
  • Automerge disabled for all updates (:automergeDisabled)
  • Renovate rate limiting disabled (:disableRateLimiting)
  • Standardized commit messages (semantic type chore and clear bump from → to subjects)

Recommended migration

Prefer switching to the default preset and applying only the bits you still need locally. Example configuration to replicate this preset's behavior on top of the default:

{
  "extends": [
    "Kong/public-shared-renovate",
    "schedule:earlyMondays",
    ":automergeDisabled",
    ":disableRateLimiting",
    ":semanticCommitTypeAll(chore)"
  ],
  "packageRules": [
    {
      "matchPackageNames": ["*"],
      "commitMessageAction": "bump",
      "commitMessageLowerCase": "never",
      "commitMessageTopic": "golang:1.25",
      "commitMessageExtra": "from 4859242 to 1.25"
    }
  ]
}

Timeline

This compatibility alias will be removed in January 2026. Please migrate to the default preset with local overrides before then.


Warning

Deprecated preset: Kong/public-shared-renovate:security-extended

Your config references a deprecated preset. To prevent disruption, this file temporarily acts as a compatibility alias.

It has been replaced by composing the base security preset with security overrides for labels and reviewers.

Action required

Update your Renovate config to extend directly from Kong/public-shared-renovate//security/base and the overrides for labels and reviewers.

Examples

Before:

{ "extends": ["Kong/public-shared-renovate:security-extended(security,team:security-managers)"] }

After:

{
  "extends": [
    "Kong/public-shared-renovate//security/base",
    "Kong/public-shared-renovate//overrides/security-labels(security)",
    "Kong/public-shared-renovate//overrides/security-reviewers(team:security-managers)"
  ]
}

Timeline

This alias will be removed in January 2026.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 22, 2025
@renovate renovate bot requested a review from a team as a code owner September 22, 2025 00:25
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 22, 2025
@renovate renovate bot requested review from bartsmykla and lobkovilya September 22, 2025 00:25
@renovate renovate bot changed the title chore(deps): bump golang:1.25 from 4859242 to 8305f5f chore(deps): bump golang:1.25 from 4859242 to 8305f5f - autoclosed Sep 25, 2025
@renovate renovate bot closed this Sep 25, 2025
@renovate renovate bot deleted the renovate/golang-1.25 branch September 25, 2025 00:25
@renovate renovate bot changed the title chore(deps): bump golang:1.25 from 4859242 to 8305f5f - autoclosed chore(deps): bump golang:1.25 from 4859242 to 8305f5f Sep 29, 2025
@renovate renovate bot reopened this Sep 29, 2025
@renovate renovate bot force-pushed the renovate/golang-1.25 branch from 82c84c6 to 3d1be4d Compare September 29, 2025 00:22
@renovate renovate bot changed the title chore(deps): bump golang:1.25 from 4859242 to 8305f5f chore(deps): bump golang:1.25 from 4859242 to 1.25 Sep 29, 2025
@lahabana lahabana merged commit 9c7af52 into main Sep 29, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant