mvw/renovate.json

23 lines
551 B
JSON
Raw Normal View History

2025-05-20 13:42:52 +02:00
{
2025-05-28 11:14:09 +02:00
"extends": ["config:best-practices"],
2025-05-20 13:42:52 +02:00
"packageRules": [
{
2025-05-28 11:14:09 +02:00
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
2025-05-20 13:42:52 +02:00
"automerge": false
2025-05-28 09:10:00 +02:00
},
{
"matchPackagePatterns": ["^actions/checkout"],
"ignoreVersions": ["v4"]
},
{
"matchPackagePatterns": ["^https://github.com/oxsecurity/megalinter"],
"ignoreVersions": [">=8.7.0"]
},
{
"matchPackagePatterns": ["^https://github.com/wackbyte/rust-toolchain"],
"ignoreVersions": ["trunk"]
2025-05-28 09:50:55 +02:00
}
],
2025-05-20 13:42:52 +02:00
"osvVulnerabilityAlerts": true
}