Skip to content

Commit

Permalink
Merge pull request #57 from pulumiverse/tweak-renovatebot
Browse files Browse the repository at this point in the history
Do not let Renovate do what `upgrade-provider` does better.
  • Loading branch information
ringods authored Jul 16, 2024
2 parents 940efac + 46f40bd commit 16e833b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -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/**"
Expand Down

0 comments on commit 16e833b

Please sign in to comment.