This is an automated email from the ASF dual-hosted git repository. Yicong-Huang pushed a commit to branch renovate/reconfigure in repository https://gitbox.apache.org/repos/asf/texera.git
commit 1145bbff3e963518fe438599c5fa697c95199e5f Author: Yicong Huang <[email protected]> AuthorDate: Sat Jul 25 01:19:07 2026 -0700 ci: enable Renovate config migration PRs Set configMigration: true so that when a config option used in renovate.json5 is renamed or deprecated upstream, Renovate opens a migration PR instead of silently logging a warning. The branch is named renovate/reconfigure so the bot posts a config validation comment on the PR before merge. Generated-by: Claude Code (Fable 5) Co-Authored-By: Claude Fable 5 <[email protected]> --- .github/renovate.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 40b7c16f14..c50916815e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -27,6 +27,10 @@ $schema: 'https://docs.renovatebot.com/renovate-schema.json', extends: ['config:recommended'], + // When a config option we use is renamed or deprecated upstream, + // Renovate opens a PR migrating this file instead of logging a warning. + configMigration: true, + // Only the ecosystems dependabot.yml covered; enable more (docker, // gradle, etc.) deliberately in follow-ups rather than by default. enabledManagers: ['npm', 'bun', 'sbt', 'pip_requirements', 'github-actions'],
