From 4e44cf2184c2d41f2031fade14b43d6957b92cea Mon Sep 17 00:00:00 2001 From: Hidetake Iwata Date: Tue, 24 Sep 2024 15:10:13 +0900 Subject: [PATCH] Update go directive in go.mod --- .github/renovate.json5 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d37a2094..8baa8224 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -2,9 +2,10 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>int128/renovate-base", - "github>int128/go-renovate-config", - "github>int128/go-renovate-config:github-actions", - "github>int128/go-renovate-config:kubernetes", - "github>int128/go-renovate-config:kustomization-github-releases", + "github>int128/go-renovate-config#v1.6.0", + "github>int128/go-renovate-config:go-directive#v1.6.0", + "github>int128/go-renovate-config:github-actions#v1.6.0", + "github>int128/go-renovate-config:kubernetes#v1.6.0", + "github>int128/go-renovate-config:kustomization-github-releases#v1.6.0", ], }