Skip to content

Commit 3815a8c

Browse files
committed
chore(deps): group swaggo/swag upgrades
1 parent a0f01bc commit 3815a8c

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
@@ -50,6 +50,11 @@
5050
"matchPackageNames": ["go", "golang"],
5151
"groupName": "go",
5252
"prHeader": ":warning: Only upgrade the go version once the matching swagger version has been released. Check [the Makefile](https://github.com/envelope-zero/backend/blob/main/Makefile) for the current swagger version. Rule: swagger 1.8.4 -> go 1.18.4. This is needed as swagger needs to be rebuild with the exact go version (or newer) that the code that it generates documentation from has been built with."
53+
},
54+
{
55+
"description": "Group swaggo/swag upgrades",
56+
"matchPackageNames": ["github.com/swaggo/swag", "swaggo/swag"],
57+
"groupName": "swaggo/swag"
5358
}
5459
]
5560
}

0 commit comments

Comments
 (0)