mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
16 lines
358 B
Text
16 lines
358 B
Text
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
|
||
|
"labels": ["dependencies"],
|
||
|
"rangeStrategy": "bump",
|
||
|
"ignoreDeps": [
|
||
|
// manually bumping
|
||
|
"@biomejs/biome",
|
||
|
"@types/node",
|
||
|
"sharp",
|
||
|
|
||
|
// follow vite deps version
|
||
|
"postcss-load-config",
|
||
|
],
|
||
|
}
|