Skip to content

Commit 09a57fe

Browse files
authored
chore(deps): pin swaggo/files to 1.0.1 since gin-swagger 1.x is not compatible with swaggo/files 2.x (#654)
1 parent 1fd9144 commit 09a57fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
}
3434
],
3535
"packageRules": [
36+
{
37+
"description": "gin-swagger 1.x is not compatible with swaggo/files 2.x, see https://github.com/swaggo/gin-swagger/issues/264",
38+
"matchPackageNames": ["github.com/swaggo/files"],
39+
"allowedVersions": "1.0.1"
40+
},
3641
{
3742
"description": "Pin GitHub action digests",
3843
"matchDepTypes": ["action"],

0 commit comments

Comments
 (0)