diff --git a/package.json b/package.json index f8f5900..8e21b2f 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,5 @@ { "dependencies": { "xmldoc": "1.0.0" - }, - "renovate": { - "configMigration": true, - "regexManagers": [ - { - "customType": "regex", - "datasourceTemplate": "npm", - "depNameTemplate": "@biomejs/biome", - "fileMatch": [ - "(^|/)biome.jsonc?$" - ], - "matchStrings": [ - "\"https://biomejs.dev/schemas/(?[^\"]+)/schema.json\"" - ] - } - ] - } -} + } +} \ No newline at end of file diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..e44e534 --- /dev/null +++ b/renovate.json @@ -0,0 +1,16 @@ +{ + "configMigration": true, + "customManagers": [ + { + "customType": "regex", + "datasourceTemplate": "npm", + "depNameTemplate": "@biomejs/biome", + "fileMatch": [ + "(^|/)biome.jsonc?$" + ], + "matchStrings": [ + "\"https://biomejs.dev/schemas/(?[^\"]+)/schema.json\"" + ] + } + ] +}