mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-22 20:37:18 +08:00
chore(config): migrate renovate config (#12099)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <github@fabianlars.de>
This commit is contained in:
parent
da958395ff
commit
ccce63f8c8
@ -3,10 +3,11 @@
|
||||
"baseBranches": ["dev", "1.x"],
|
||||
"labels": ["type: chore"],
|
||||
"enabledManagers": ["cargo", "npm"],
|
||||
"rangeStrategy": "replace",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": ["*"],
|
||||
"semanticCommitType": "chore"
|
||||
"semanticCommitType": "chore",
|
||||
"matchPackageNames": ["*"]
|
||||
},
|
||||
{
|
||||
"description": "Disable node/pnpm version updates",
|
||||
|
Loading…
Reference in New Issue
Block a user