pause renovate

This commit is contained in:
Alex Tran 2023-06-16 13:52:29 -05:00
parent 09bcf6974e
commit 66ee065c0c

View file

@ -1,8 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"extends": ["config:base"],
"packageRules": [
{
"matchPaths": ["mobile"],
@ -16,5 +14,6 @@
"matchPaths": ["web"],
"groupName": "web"
}
]
],
"enabled": false
}