From 48a6acd170a485a5f301189a5a846d8668e4fa48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 09:51:20 +0000 Subject: [PATCH] chore: configure renovate --- .github/dependabot.yml | 22 ---------------------- renovate.json | 6 ++++++ 2 files changed, 6 insertions(+), 22 deletions(-) delete mode 100644 .github/dependabot.yml create mode 100644 renovate.json diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 73efd682..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,22 +0,0 @@ -version: 2 -updates: - # ─── Python (pip) ───────────────────────────── - - package-ecosystem: "pip" - directory: "/" - schedule: { interval: "weekly" } - labels: [ "dependencies", "pip" ] - groups: # Group patches & minors from dev-only tools - dev-py: - dependency-type: "development" - update-types: ["minor", "patch"] - - # ─── GitHub Actions ─────────────────────────── - - package-ecosystem: "github-actions" - directory: "/" - schedule: { interval: "weekly" } - labels: [ "dependencies", "gh-actions" ] - - - package-ecosystem: docker - directory: / - schedule: - interval: daily diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..5db72dd6 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +}

AltStyle によって変換されたページ (->オリジナル) /