From 002cf9ae298d483f7f8c029d6bb89b5dc87aace9 Mon Sep 17 00:00:00 2001 From: Andrew Thal <467872+athal7@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:48:06 -0500 Subject: [PATCH 1/2] chore(deps): adopt shared Renovate policy --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..31ae537 --- /dev/null +++ b/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>athal7/renovate-config"] +} From 3e6581671d8cf16ab4f6c6941b512958e3b00bf1 Mon Sep 17 00:00:00 2001 From: Andrew Thal <467872+athal7@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:48:56 -0500 Subject: [PATCH 2/2] chore(deps): remove Dependabot version updates --- .github/dependabot.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 1a24333..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,32 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - commit-message: - prefix: "chore(deps)" - - - package-ecosystem: "bundler" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - # Group updates to reduce PR noise - groups: - # Group all dev dependencies together - dev-dependencies: - dependency-type: "development" - update-types: - - "minor" - - "patch" - # Group production dependencies together - production-dependencies: - dependency-type: "production" - update-types: - - "minor" - - "patch" - open-pull-requests-limit: 10 - commit-message: - prefix: "chore(deps)"