Skip to content

Commit 4f9de65

Browse files
chore(config): migrate renovate config (#837)
chore(config): migrate config .github/renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d5481a commit 4f9de65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"gomod"
3737
],
3838
"digest": {
39-
"masterIssueApproval": true
39+
"dependencyDashboardApproval": true
4040
}
4141
},
4242
{
@@ -45,11 +45,11 @@
4545
"matchDatasources": [
4646
"go"
4747
],
48-
"matchPackagePrefixes": [
49-
"github.com/aws/aws-sdk-go-v2"
50-
],
5148
"schedule": [
5249
"every month"
50+
],
51+
"matchPackageNames": [
52+
"github.com/aws/aws-sdk-go-v2{/,}**"
5353
]
5454
}
5555
],

0 commit comments

Comments
 (0)