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"],