1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00

chore: fixes renovate json

This commit is contained in:
Amir Raminfar
2023-07-21 12:07:45 -07:00
parent 5b509d26d4
commit ff0ceea29d

View File

@@ -1,4 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":automergeMinor"]
"extends": ["config:base", "schedule:weekly", "group:allNonMajor", ":automergeMinor"]
}