Skip to content

Commit

Permalink
Exclude pulumi dependencies from renovate for examples dir
Browse files Browse the repository at this point in the history
  • Loading branch information
aharter committed Aug 12, 2024
1 parent 97c8008 commit c0ea74c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,28 @@
"go"
]
},
{
"matchFileNames": [
"examples/**"
],
"matchDatasources": [
"pypi"
],
"matchPackageNames": [
"!pulumi*"
]
},
{
"matchFileNames": [
"examples/**"
],
"matchDatasources": [
"npm"
],
"matchPackageNames": [
"!@pulumi/pulumi"
]
},
{
"matchFileNames": [
"sdk/**"
Expand Down

0 comments on commit c0ea74c

Please sign in to comment.