Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 3, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@kong/eslint-config-kong-ui ^1.5.1 -> ^1.5.5 age confidence

Warning

Deprecated preset: Kong/public-shared-renovate:kong-frontend-config

Your config references a deprecated preset. To prevent disruption, this file now composes the org default building blocks and layers a few tweaks so behavior stays close to the historical frontend configuration.

What’s different from the default

  • Weekday automerge cadence and daily run windows (schedule:automergeWeekdays + schedule:daily + :noUnscheduledUpdates)
  • Automerge enabled for minor and patch updates with required status checks
  • Adds the mend-bot label alongside Renovate’s standard dependency labeling
  • Timezone set to America/New_York
  • Disables specific actions: Kong/kong-api-tests and the-actions-org/workflow-dispatch
  • Extra grouping for GitHub Actions: non-major stable updates grouped under "non-major github actions with stable versions"

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:automergeWeekdays",
    "schedule:daily",
    ":automergeMinor",
    ":automergePatch",
    ":automergeRequireAllStatusChecks",
    ":labels(dependencies,mend-bot)",
    ":noUnscheduledUpdates",
    ":timezone(America/New_York)"
  ],
  "packageRules": [
    {
      "matchPackageNames": ["*"],
      "matchDepTypes": ["action"],
      "matchUpdateTypes": ["minor", "patch"],
      "matchCurrentVersion": "!/^v0/",
      "groupName": "non-major github actions with stable versions"
    }
  ]
}

To disable the same actions locally, add the helpers after the default in your extends list:

[
  "Kong/public-shared-renovate",
  "Kong/public-shared-renovate//helpers/disable-action(Kong/kong-api-tests)",
  "Kong/public-shared-renovate//helpers/disable-action(the-actions-org/workflow-dispatch)"
]

Timeline

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


Release Notes

Kong/eslint-config-kong-ui (@​kong/eslint-config-kong-ui)

v1.5.5

Compare Source

Bug Fixes
  • deps: update dependency vue-eslint-parser to v10 (#​36) (6911003)

v1.5.4

Compare Source

Bug Fixes
  • deps: update dependency eslint-plugin-vue to v10 (#​34) (a58921a)

v1.5.3

Compare Source

Bug Fixes

v1.5.2

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone America/New_York, Automerge - Monday through Friday ( * * * * 1-5 ) in timezone America/New_York.

🚦 Automerge: Enabled.

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.

@renovate renovate bot requested a review from kongponents-bot as a code owner September 3, 2025 05:39
@renovate renovate bot added the dependencies label Sep 3, 2025
@renovate renovate bot requested review from a team, adamdehaven and jillztom as code owners September 3, 2025 05:39
@renovate renovate bot added the renovate-bot label Sep 3, 2025
@renovate renovate bot requested a review from portikM as a code owner September 3, 2025 05:39
@renovate renovate bot enabled auto-merge (squash) September 3, 2025 05:39
@renovate renovate bot force-pushed the renovate/patch-eslint branch 4 times, most recently from 20759a4 to d55110f Compare September 10, 2025 04:33
@renovate renovate bot force-pushed the renovate/patch-eslint branch 4 times, most recently from 7e7a99f to dd40059 Compare September 18, 2025 06:31
portikM
portikM previously approved these changes Sep 18, 2025
@renovate renovate bot force-pushed the renovate/patch-eslint branch 4 times, most recently from f80a4f3 to 80c6fbe Compare September 25, 2025 06:44
@renovate renovate bot added mend-bot and removed renovate-bot labels Sep 26, 2025
@renovate renovate bot force-pushed the renovate/patch-eslint branch 4 times, most recently from 577da84 to 03ba8d1 Compare October 2, 2025 06:50
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/patch-eslint branch from 03ba8d1 to 18b4ef3 Compare October 2, 2025 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant