chore: set up renovate for dependency management (#387)

This commit is contained in:
Zoe Roux 2024-04-08 23:46:29 +02:00 committed by GitHub
commit a2624f85dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
renovate.json5 Normal file
View File

@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "docker:pinDigests"],
"minimumReleaseAge": "5 days",
"ignorePaths": ["**/front/**"],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}