From 5034c3ad65a26c7e10eeb0116f974fae606188da Mon Sep 17 00:00:00 2001 From: null <168681018+Rahul-renovate-testing@users.noreply.github.com> Date: Thu, 16 Jan 2025 02:35:09 +0530 Subject: [PATCH] Migrate config renovate.json --- package.json | 20 ++------------------ renovate.json | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 renovate.json 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\"" + ] + } + ] +}