mirror of
https://github.com/tauri-apps/create-tauri-app.git
synced 2026-01-31 00:45:16 +01:00
* refactor: flatten repo structure this makes it easier for new contributors to find where templates live * fmt * update syntax * saturating sub * revert lte syntax change * fix manifest * react and solid
19 lines
460 B
JSON
19 lines
460 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base", ":disableDependencyDashboard"],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "templates dependencies",
|
|
"matchFileNames": [
|
|
"templates/**/*package.json",
|
|
"templates/**/*Cargo.toml"
|
|
],
|
|
"schedule": ["after 3am on Wednesday"]
|
|
},
|
|
{
|
|
"groupName": "napi-rs dependencies",
|
|
"matchPackagePrefixes": ["napi"]
|
|
}
|
|
]
|
|
}
|