From 713b889ceb4a61519664cd305ade03cf18eb3bc9 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sun, 16 Nov 2025 19:46:53 +0800 Subject: [PATCH] chore: revert useless ignore config (#55729) * chore(deps): update actions/upload-artifact action to v5 * Initial plan * Revert actions/upload-artifact to v4 and disable renovate updates Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com> * Remove ineffective dependabot.yml ignore rule for actions/upload-artifact Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com> * Update renovate.json Signed-off-by: thinkasany <480968828@qq.com> --------- Signed-off-by: thinkasany <480968828@qq.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com> Co-authored-by: thinkasany <480968828@qq.com> --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2260f1f650..42e7e4e9c1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -33,6 +33,3 @@ updates: - github-actions - dependencies - skip-verify-files - ignore: - - dependency-name: actions/upload-artifact - update-types: [version-update:semver-major]