Skip to content

Commit

Permalink
Merge pull request #189 from pulumiverse/upgrade-deps-non-pulumi-or-u…
Browse files Browse the repository at this point in the history
…pstream-tf-provider

Ignore Go dependency upgrades done by the `upgrade-provider` tool
  • Loading branch information
ringods authored Jun 12, 2024
2 parents f6c1be7 + d5ca038 commit 8c8f4aa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,23 @@
"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/paultyng/terraform-provider-unifi"
]
},
{
"matchFileNames": [
"examples/**"
Expand Down

0 comments on commit 8c8f4aa

Please sign in to comment.