mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-23 15:30:34 -04:00
chore: set up renovate for dependency management (#387)
This commit is contained in:
commit
a2624f85dd
10
renovate.json5
Normal file
10
renovate.json5
Normal 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"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user