From 46f40bd4e98fbe9df1c7aa8cff7e31188ce16491 Mon Sep 17 00:00:00 2001 From: Ringo De Smet Date: Tue, 16 Jul 2024 08:19:20 +0200 Subject: [PATCH] Do not let Renovate do what `upgrade-provider` does better. Signed-off-by: Ringo De Smet --- .github/renovate.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 22a1389..0716118 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,10 +1,28 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - ":semanticCommitScopeDisabled", + "helpers:pinGitHubActionDigests", + "group:githubArtifactActions", "schedule:earlyMondays" ], + "constraints": { + "go": "1.22" + }, "packageRules": [ + { + "matchFileNames": [ + "provider/**" + ], + "matchDatasources": [ + "go" + ], + "excludePackagePrefixes": [ + "github.com/hashicorp/terraform-plugin-sdk", + "github.com/pulumi/pulumi", + "github.com/vancluever/terraform-provider-acme" + ], + "enabled": true + }, { "matchFileNames": [ "examples/**"