diff --git a/.github/renovate.json b/.github/renovate.json index df0f535..22a1389 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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 -} \ No newline at end of file +}