From f9a72bca0c20f606c3072ee390ee112cd4898dcd Mon Sep 17 00:00:00 2001 From: Hidetake Iwata Date: Sun, 12 Feb 2023 16:58:49 +0900 Subject: [PATCH] Update renovate.json5 (#881) --- .github/renovate.json5 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a4fd260..513a20e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,6 +1,9 @@ { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>int128/renovate-base", - "github>int128/go-actions", + "github>int128/go-renovate-config", + "github>int128/go-renovate-config:kubernetes", + "github>int128/go-renovate-config:kustomization-github-releases", ], }