Skip to content

Commit b9fc806

Browse files
committed
Do not let Renovate do what upgrade-provider does better.
1 parent 80ffdf9 commit b9fc806

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/renovate.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
],
77
"packageRules": [
88
{
9-
"excludePackagePatterns": [
10-
"github.com/pulumi/*"
9+
"matchFileNames": [
10+
"examples/**"
1111
],
1212
"matchDatasources": [
13-
"go",
14-
"golang-version"
15-
],
16-
"groupName": "Pulumi package updates to be done by the update-bridge workflow"
13+
"go"
14+
]
1715
},
1816
{
19-
"matchFileNames": ["sdk/**"],
20-
"enabled": false
17+
"matchFileNames": [
18+
"sdk/**"
19+
],
20+
"enabled": false
2121
}
2222
],
2323
"dependencyDashboard": true
24-
}
24+
}

0 commit comments

Comments
 (0)