mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"ignorePaths": ["**/frontend-old/package.json"],
|
|
"rangeStrategy": "pin",
|
|
"baseBranches": ["nuxt-frontend"]
|
|
}
|