mirror of
https://github.com/biomejs/biome.git
synced 2025-12-23 08:21:13 +00:00
79 lines
1.5 KiB
JSON
79 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"timezone": "Europe/Gibraltar",
|
|
"schedule": [
|
|
"before 9am on monday"
|
|
],
|
|
"extends": [
|
|
"config:best-practices",
|
|
"helpers:pinGitHubActionDigestsToSemver"
|
|
],
|
|
"rangeStrategy": "bump",
|
|
"lockFileMaintenance": {
|
|
"enabled": false
|
|
},
|
|
"assignees": [
|
|
"@biomejs/maintainers",
|
|
"@biomejs/core-contributors"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "github-actions",
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"matchDepNames": [
|
|
"!rust"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "Rust crates",
|
|
"matchManagers": [
|
|
"cargo"
|
|
],
|
|
"matchFileNames": [
|
|
"crates/**",
|
|
"xtask/**"
|
|
],
|
|
"ignoreDeps": [
|
|
"syn",
|
|
"quote",
|
|
"tower",
|
|
"hashbrown",
|
|
"grit-pattern-matcher",
|
|
"grit-util",
|
|
"getrandom",
|
|
"rand"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "@biomejs packages",
|
|
"matchFileNames": [
|
|
"packages/**"
|
|
],
|
|
"matchManagers": [
|
|
"npm"
|
|
]
|
|
},
|
|
{
|
|
"matchDepTypes": [
|
|
"engines"
|
|
],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"managerFilePatterns": [
|
|
"/(^|/)rust-toolchain\\.toml?$/"
|
|
],
|
|
"matchStrings": [
|
|
"channel\\s*=\\s*\"(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)\""
|
|
],
|
|
"depNameTemplate": "rust",
|
|
"packageNameTemplate": "rust-lang/rust",
|
|
"datasourceTemplate": "github-tags"
|
|
}
|
|
]
|
|
}
|