chore: set up renovate for dependency management

This commit is contained in:
Devin Buhl 2024-04-06 13:40:39 -04:00 committed by Zoe Roux
parent e2ff1d07a0
commit ed3c58da12

9
renovate.json5 Normal file
View File

@ -0,0 +1,9 @@
{
"extends": [
"config:base"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}