mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 13:30:31 +08:00
Revert "chore: update renovate configuration to enhance dependency management and grouping"
This reverts commit 2af7ddfdef9e1c94404297a980f14c3982f82556.
This commit is contained in:
parent
357069505a
commit
762c991035
@ -1,23 +1,8 @@
|
|||||||
{
|
{
|
||||||
"extends": [
|
"extends": ["config:recommended", ":disableDependencyDashboard"],
|
||||||
"config:recommended",
|
|
||||||
":disableDependencyDashboard",
|
|
||||||
":semanticCommits",
|
|
||||||
":disableRateLimiting"
|
|
||||||
],
|
|
||||||
|
|
||||||
"baseBranches": ["dev"],
|
"baseBranches": ["dev"],
|
||||||
"timezone": "Asia/Shanghai",
|
|
||||||
|
|
||||||
"enabledManagers": ["cargo", "npm", "github-actions"],
|
"enabledManagers": ["cargo", "npm", "github-actions"],
|
||||||
"labels": ["dependencies"],
|
"labels": ["dependencies"],
|
||||||
"rangeStrategy": "replace",
|
|
||||||
|
|
||||||
"cargo": {
|
|
||||||
"enabled": true,
|
|
||||||
"fileMatch": ["^Cargo\\.toml$", "^crates/.*/Cargo\\.toml$"]
|
|
||||||
},
|
|
||||||
|
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
"**/node_modules/**",
|
"**/node_modules/**",
|
||||||
"**/bower_components/**",
|
"**/bower_components/**",
|
||||||
@ -26,68 +11,37 @@
|
|||||||
"**/test/**",
|
"**/test/**",
|
||||||
"**/tests/**",
|
"**/tests/**",
|
||||||
"**/__fixtures__/**",
|
"**/__fixtures__/**",
|
||||||
|
"**/crate/**",
|
||||||
"shared/**"
|
"shared/**"
|
||||||
],
|
],
|
||||||
|
"rangeStrategy": "bump",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"semanticCommitType": "chore",
|
"semanticCommitType": "chore",
|
||||||
"matchPackageNames": ["*"]
|
"matchPackageNames": ["*"]
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"description": "Disable node/pnpm version updates",
|
"description": "Disable node/pnpm version updates",
|
||||||
"matchPackageNames": ["node", "pnpm"],
|
"matchPackageNames": ["node", "pnpm"],
|
||||||
"matchDepTypes": ["engines", "packageManager"],
|
"matchDepTypes": ["engines", "packageManager"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"description": "Group all cargo workspace dependencies",
|
"description": "Group all cargo dependencies into a single PR",
|
||||||
"matchManagers": ["cargo"],
|
"matchManagers": ["cargo"],
|
||||||
"groupName": "cargo workspace dependencies",
|
"groupName": "cargo dependencies"
|
||||||
"groupSlug": "cargo-workspace"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"description": "Group all npm dependencies into a single PR",
|
"description": "Group all npm dependencies into a single PR",
|
||||||
"matchManagers": ["npm"],
|
"matchManagers": ["npm"],
|
||||||
"groupName": "npm dependencies"
|
"groupName": "npm dependencies"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"description": "Group all GitHub Actions updates into a single PR",
|
"description": "Group all GitHub Actions updates into a single PR",
|
||||||
"matchManagers": ["github-actions"],
|
"matchManagers": ["github-actions"],
|
||||||
"groupName": "github actions"
|
"groupName": "github actions"
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"description": "Allow Rust major updates but require manual merge after CI",
|
|
||||||
"matchManagers": ["cargo"],
|
|
||||||
"matchUpdateTypes": ["major"],
|
|
||||||
"automerge": false,
|
|
||||||
"requiredStatusChecks": null,
|
|
||||||
"labels": ["dependencies", "major"],
|
|
||||||
"prPriority": 10
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"description": "Automerge Rust patch updates after CI success",
|
|
||||||
"matchManagers": ["cargo"],
|
|
||||||
"matchUpdateTypes": ["patch"],
|
|
||||||
"automerge": true,
|
|
||||||
"automergeType": "pr",
|
|
||||||
"requiredStatusChecks": null
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
"lockFileMaintenance": {
|
|
||||||
"enabled": true,
|
|
||||||
"schedule": ["weekly"],
|
|
||||||
"ignoreUnstable": true
|
|
||||||
},
|
|
||||||
|
|
||||||
"postUpdateOptions": ["pnpmDedupe", "updateCargoLock"],
|
"postUpdateOptions": ["pnpmDedupe", "updateCargoLock"],
|
||||||
|
|
||||||
"ignoreDeps": ["criterion"]
|
"ignoreDeps": ["criterion"]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user