Skip to content

Commit

Permalink
Do not let Renovate to what upgrade-provider does better.
Browse files Browse the repository at this point in the history
Signed-off-by: Ringo De Smet <[email protected]>
  • Loading branch information
ringods committed May 31, 2024
1 parent 94085b4 commit 88a5325
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
],
"packageRules": [
{
"excludePackagePatterns": [
"github.com/pulumi/*"
"matchFileNames": [
"examples/**"
],
"matchDatasources": [
"go",
"golang-version"
],
"groupName": "Pulumi package updates to be done by the update-bridge workflow"
"go"
]
},
{
"matchFileNames": ["sdk/**"],
"enabled": false
"matchFileNames": [
"sdk/**"
],
"enabled": false
}
],
"dependencyDashboard": true
}
}

0 comments on commit 88a5325

Please sign in to comment.