chore: Remove renovate (rip)

This commit is contained in:
Nathan Adams 2024-04-04 17:46:32 +02:00 committed by TÖRÖK Attila
parent 6f568d0a2d
commit e3abdce412
1 changed files with 0 additions and 45 deletions

View File

@ -1,45 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
// un-ignoring "tests" after ":ignoreModulesAndTests" via
// "config:recommended" - we have utilities in there
"ignorePaths": [
"**/node_modules/**"
],
// Package rules are matched such that later rules override earlier ones.
"packageRules": [
{
"matchCategories": ["rust"],
"groupName": "Rust dependencies",
"rangeStrategy": "bump",
"extends": ["schedule:weekly"],
},
{
"matchCategories": ["rust"],
"matchPackageNames": ["winit", "wgpu", "naga", "naga_oil", "egui-winit", "egui-wgpu", "raw-window-handle"],
"groupName": "Rust dependencies related to winit and wgpu",
"rangeStrategy": "bump",
"extends": ["schedule:weekly"],
},
{
"matchPackageNames": ["wasm-bindgen", "js-sys", "web-sys", "wasm-bindgen-futures"],
"groupName": "wasm-bindgen",
},
// Disable `tracing-tracy` updates (needed although it's pinned in `desktop/Cargo.toml`).
{
"matchPackageNames": ["tracing-tracy"],
"enabled": false,
},
{
"matchCategories": ["js"],
"groupName": "Node.js dependencies",
"rangeStrategy": "bump",
"extends": ["schedule:monthly"],
},
{
"matchManagers": ["github-actions"],
"groupName": "GitHub Actions dependencies",
"extends": ["schedule:monthly"],
},
],
}