1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 14:31:44 +01:00

chore: ignores typescript

This commit is contained in:
Amir Raminfar
2024-12-04 09:02:55 -08:00
parent ec5ab3a0fe
commit 749b19f2c1

View File

@@ -1,5 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "schedule:weekly", "group:allNonMajor", ":automergeMinor"],
"rangeStrategy": "bump"
"rangeStrategy": "bump",
"ignoreDeps": ["typescript"]
}