mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
ci: add rust-toolchain auto update config (#6794)
This commit is contained in:
19
.github/renovate.json
vendored
19
.github/renovate.json
vendored
@@ -69,6 +69,11 @@
|
|||||||
"matchPackagePatterns": ["*"],
|
"matchPackagePatterns": ["*"],
|
||||||
"rangeStrategy": "replace",
|
"rangeStrategy": "replace",
|
||||||
"excludePackagePatterns": ["^@blocksuite/"]
|
"excludePackagePatterns": ["^@blocksuite/"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "rust toolchain",
|
||||||
|
"matchManagers": ["custom.regex"],
|
||||||
|
"matchPackageNames": ["rustc"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"commitMessagePrefix": "chore: ",
|
"commitMessagePrefix": "chore: ",
|
||||||
@@ -79,5 +84,17 @@
|
|||||||
"lockFileMaintenance": {
|
"lockFileMaintenance": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"extends": ["schedule:weekly"]
|
"extends": ["schedule:weekly"]
|
||||||
}
|
},
|
||||||
|
"customManagers": [
|
||||||
|
{
|
||||||
|
"customType": "regex",
|
||||||
|
"fileMatch": ["^rust-toolchain\\.toml?$"],
|
||||||
|
"matchStrings": [
|
||||||
|
"channel\\s*=\\s*\"(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)\""
|
||||||
|
],
|
||||||
|
"depNameTemplate": "rustc",
|
||||||
|
"packageNameTemplate": "rust-lang/rust",
|
||||||
|
"datasourceTemplate": "github-releases"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user