From 2a2b7281b1590e731f10b24fa6bec2fb5448f4ac Mon Sep 17 00:00:00 2001 From: Lawrence Elitzer Date: Wed, 24 Dec 2025 11:10:52 -0600 Subject: [PATCH] feat(): switch to renovate --- .github/dependabot.yml | 13 ------------- renovate.json5 | 9 +++++++++ 2 files changed, 9 insertions(+), 13 deletions(-) delete mode 100644 .github/dependabot.yml create mode 100644 renovate.json5 diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 917cfa312d..0000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,13 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "pip" - directory: "/requirements" - schedule: - interval: "monthly" - - - package-ecosystem: "github-actions" - # NOTE(robinson) - Workflow files stored in the - # default location of `.github/workflows` - directory: "/" - schedule: - interval: "monthly" diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000000..8c68cd667a --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,9 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + + // Extend shared security-only config from renovate-config repo + // Includes automatic version bumping and CHANGELOG updates via postUpgradeTasks + "extends": [ + "github>unstructured-io/renovate-config", + ], +}