2024-04-19 07:49:33 -05:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2024-04-22 00:38:37 -05:00
|
|
|
"extends": [
|
|
|
|
"config:recommended",
|
|
|
|
"schedule:weekly",
|
|
|
|
"group:allNonMajor",
|
|
|
|
":disablePeerDependencies",
|
|
|
|
],
|
2024-04-19 07:49:33 -05:00
|
|
|
"labels": ["dependencies"],
|
|
|
|
"rangeStrategy": "bump",
|
|
|
|
"ignoreDeps": [
|
2024-04-19 11:11:20 -05:00
|
|
|
// manually bumping deps
|
2024-04-19 07:49:33 -05:00
|
|
|
"@biomejs/biome",
|
|
|
|
"@types/node",
|
2024-04-22 09:52:30 -05:00
|
|
|
"preact-render-to-string", // https://github.com/withastro/astro/pull/10200
|
2024-04-19 07:49:33 -05:00
|
|
|
"sharp",
|
|
|
|
|
2024-04-19 11:11:20 -05:00
|
|
|
// manually bumping workflow actions
|
|
|
|
"actions/labeler",
|
|
|
|
|
|
|
|
// ignore "engines" update
|
|
|
|
"node",
|
|
|
|
"npm",
|
|
|
|
"pnpm",
|
|
|
|
|
2024-04-19 07:49:33 -05:00
|
|
|
// follow vite deps version
|
|
|
|
"postcss-load-config",
|
|
|
|
],
|
|
|
|
}
|