Skip to content

Commit

Permalink
Merge pull request #196 from pulumiverse/improve-renovate
Browse files Browse the repository at this point in the history
Update renovate config to ignore pulumi dependencies in different directories
  • Loading branch information
ringods authored Oct 2, 2024
2 parents e0cb317 + 5fa5ec3 commit 549da36
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
"matchDatasources": [
"go"
],
"excludePackagePrefixes": [
"github.com/hashicorp/terraform-plugin-sdk",
"github.com/pulumi/pulumi",
"github.com/paultyng/terraform-provider-unifi"
"matchPackageNames": [
"!github.com/hashicorp/terraform-plugin-sdk",
"!github.com/pulumi/terraform-plugin-sdk",
"!github.com/pulumi/pulumi/*",
"!github.com/paultyng/terraform-provider-unifi"
]
},
{
Expand All @@ -30,6 +31,28 @@
"go"
]
},
{
"matchFileNames": [
"examples/**"
],
"matchDatasources": [
"pypi"
],
"matchPackageNames": [
"!pulumi*"
]
},
{
"matchFileNames": [
"examples/**"
],
"matchDatasources": [
"npm"
],
"matchPackageNames": [
"!@pulumi/pulumi"
]
},
{
"matchFileNames": [
"sdk/**"
Expand Down

0 comments on commit 549da36

Please sign in to comment.