This commit is contained in:
parent
c1c5e58c21
commit
ca7724a6ea
1 changed files with 3 additions and 3 deletions
|
|
@ -7,15 +7,15 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["^actions/checkout"],
|
"matchPackagePatterns": ["^actions/checkout"],
|
||||||
"ignoreVersions": ["v4"]
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["^https://github.com/oxsecurity/megalinter"],
|
"matchPackagePatterns": ["^https://github.com/oxsecurity/megalinter"],
|
||||||
"ignoreVersions": [">=8.7.0"]
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["^https://github.com/wackbyte/rust-toolchain"],
|
"matchPackagePatterns": ["^https://github.com/wackbyte/rust-toolchain"],
|
||||||
"ignoreVersions": ["trunk"]
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"osvVulnerabilityAlerts": true
|
"osvVulnerabilityAlerts": true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue