Add replacement rule for eslint-plugin-svelte3
This commit is contained in:
parent
02545576ca
commit
5351482d42
@ -9,7 +9,8 @@
|
|||||||
"workarounds:all",
|
"workarounds:all",
|
||||||
":enableVulnerabilityAlerts",
|
":enableVulnerabilityAlerts",
|
||||||
"github>whitesource/merge-confidence:beta",
|
"github>whitesource/merge-confidence:beta",
|
||||||
"local>iac/renovate-config//replacement-sveltestrap"
|
"local>iac/renovate-config//replacement-sveltestrap",
|
||||||
|
"local>iac/renovate-config//replacement-eslint-plugin-svelte"
|
||||||
],
|
],
|
||||||
"lockFileMaintenance": {
|
"lockFileMaintenance": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
17
replacement-eslint-plugin-svelte.json
Normal file
17
replacement-eslint-plugin-svelte.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"description": "Preset for replacement rule for eslint-plugin-svelte3",
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchCurrentVersion": ">=3.4.0",
|
||||||
|
"matchDatasources": [
|
||||||
|
"npm"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
|
"eslint-plugin-svelte3",
|
||||||
|
],
|
||||||
|
"replacementName": "eslint-plugin-svelte",
|
||||||
|
"replacementVersion": "2.35.0"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user