From 7ac1f595a6116fe8ed9d36251837f1fca3f8e278 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 14:02:28 +0000 Subject: [PATCH] Add renovate.json --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..8e0016d --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:base"], + "enabledManagers": ["tflint-plugin"] +}