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": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch",
|
||||
"pin",
|
||||
"digest"
|
||||
],
|
||||
"automerge": false
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["^actions/checkout"],
|
||||
"matchUpdateTypes": ["minor", "patch", "digest"]
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch",
|
||||
"digest"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"/^actions/checkout/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["^https://github.com/oxsecurity/megalinter"],
|
||||
"matchUpdateTypes": ["minor", "patch", "digest"]
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch",
|
||||
"digest"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"/^https://github.com/oxsecurity/megalinter/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["^https://github.com/wackbyte/rust-toolchain"],
|
||||
"matchUpdateTypes": ["minor", "patch", "digest"]
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch",
|
||||
"digest"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"/^https://github.com/wackbyte/rust-toolchain/"
|
||||
]
|
||||
}
|
||||
],
|
||||
"osvVulnerabilityAlerts": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue