From 1d03cadd75a3f440f01716a26e8585e8ad28b2a8 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Fri, 30 Aug 2024 22:57:42 +0200 Subject: [PATCH] Switch Renovate configuration from PHP project to Docker Image --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index c3a6d94..17e6f27 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>WyriHaximus/renovate-config:php-package" + "github>WyriHaximus/renovate-config:docker-image" ] }