Merge pull request 'Migrate renovate config' (#11) from renovate/migrate-config into main
Some checks are pending
CI / cargo test (push) Waiting to run
Some checks are pending
CI / cargo test (push) Waiting to run
Reviewed-on: #11
This commit is contained in:
commit
86217bc0ab
1 changed files with 33 additions and 8 deletions
|
|
@ -1,21 +1,46 @@
|
||||||
{
|
{
|
||||||
"extends": ["config:best-practices"],
|
"extends": [
|
||||||
|
"config:best-practices"
|
||||||
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch",
|
||||||
|
"pin",
|
||||||
|
"digest"
|
||||||
|
],
|
||||||
"automerge": false
|
"automerge": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["^actions/checkout"],
|
"matchUpdateTypes": [
|
||||||
"matchUpdateTypes": ["minor", "patch", "digest"]
|
"minor",
|
||||||
|
"patch",
|
||||||
|
"digest"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
|
"/^actions/checkout/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["^https://github.com/oxsecurity/megalinter"],
|
"matchUpdateTypes": [
|
||||||
"matchUpdateTypes": ["minor", "patch", "digest"]
|
"minor",
|
||||||
|
"patch",
|
||||||
|
"digest"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
|
"/^https://github.com/oxsecurity/megalinter/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["^https://github.com/wackbyte/rust-toolchain"],
|
"matchUpdateTypes": [
|
||||||
"matchUpdateTypes": ["minor", "patch", "digest"]
|
"minor",
|
||||||
|
"patch",
|
||||||
|
"digest"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
|
"/^https://github.com/wackbyte/rust-toolchain/"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"osvVulnerabilityAlerts": true
|
"osvVulnerabilityAlerts": true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue