From f4ba4ba5d7e61eb919904ed819a1e717f24d044c Mon Sep 17 00:00:00 2001 From: "wyrihaximus-net-renovate-bot[bot]" <230237712+wyrihaximus-net-renovate-bot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:07:08 +0000 Subject: [PATCH] Add .github/renovate.json --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..c3a6d94 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>WyriHaximus/renovate-config:php-package" + ] +}