From 7db96466db56aa55641d6d4ed8c95b83410eae1f Mon Sep 17 00:00:00 2001 From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 06 Nov 2025 04:35:42 +0000 Subject: [PATCH] chore: Configure Renovate (#339) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: marshmallow --- renovate.json | 4 ++++ .github/dependabot.yml | 17 ----------------- 2 file(s) changed, 4 insertion(s)(+), 17 deletion(s)(-) diff --git a/renovate.json b/renovate.json new file mode 100644 --- /dev/null +++ b/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended"] +} diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 --- a/.github/dependabot.yml +++ /dev/null @@ -1,17 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "cargo" - target-branch: main - directory: "/" - schedule: - interval: "daily" - - package-ecosystem: "npm" - target-branch: main - directory: "doc/" - schedule: - interval: "daily" - - package-ecosystem: "github-actions" - target-branch: main - directory: "/" - schedule: - interval: "weekly" -- tangled.sh