mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
20 lines
374 B
JSON
20 lines
374 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
"schedule:weekly"
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"automerge": true
|
|
},
|
|
"rangeStrategy": "update-lockfile",
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": [
|
|
"crate-ci/typos"
|
|
],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|