Files
renovate-configs/package.json
renovate-bot f19ae81146
renovate/stability-days Updates have met minimum release age requirement
CI / Test (action.json) (push) Successful in 3s
CI / Test (bun-npm.json) (push) Successful in 4s
CI / Test (common.json) (push) Successful in 4s
CI / Test (docker-compose.json) (push) Successful in 4s
CI / Test (golang.json) (push) Successful in 3s
CI / Test (helm.json) (push) Successful in 3s
CI / Test (k8s.json) (push) Successful in 4s
CI / Format (push) Successful in 4s
chore(deps): update dependency oxfmt to v0.61.0
2026-08-04 04:09:08 +00:00

12 lines
209 B
JSON

{
"name": "renovate-configs",
"private": true,
"scripts": {
"fmt": "oxfmt -c .oxfmtrc.json",
"fmt:check": "oxfmt -c .oxfmtrc.json --check"
},
"devDependencies": {
"oxfmt": "0.61.0"
}
}