From 8be43d705961270d16025b96708f28227e9039b9 Mon Sep 17 00:00:00 2001 From: Ringo De Smet Date: Wed, 2 Oct 2024 16:43:13 +0200 Subject: [PATCH] While transitioning to pulumi/ci-mgmt, already stop Renovate create update PRs --- .github/renovate.json | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json deleted file mode 100644 index 0716118..0000000 --- a/.github/renovate.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "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/**" - ], - "matchDatasources": [ - "go" - ] - }, - { - "matchFileNames": [ - "sdk/**" - ], - "enabled": false - } - ], - "dependencyDashboard": true -}