From 000a7b958555b2f371877cad8ea247d5e60cf694 Mon Sep 17 00:00:00 2001 From: Ramzi Youssef Date: Mon, 14 Aug 2023 09:19:26 +0100 Subject: [PATCH] chore: tweak renovate.json for Enhanced @iconify/json Updates (#186) --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 15f7b8b5..a427c036 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,7 +12,8 @@ "matchPackagePatterns": ["^@iconify/json"], "extends": ["schedule:daily"], "minimumReleaseAge": "1 day", - "automerge": true + "automerge": true, + "matchDatasources": ["npm"] }, { "matchUpdateTypes": ["minor", "patch"],