diff --git a/.github/renovate.json b/.github/renovate.json index 95956f88c..b38fc1202 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -17,19 +17,27 @@ "matchManagers": ["gomod"], "matchUpdateTypes": ["minor", "patch"] }, + { + "matchManagers": ["npm"], + "matchFileNames": ["web/package.json"], + "addLabels": ["ui"] + }, + { + "matchManagers": ["npm"], + "matchFileNames": ["docs/**/package.json"], + "addLabels": ["documentation"] + }, { "groupName": "web npm deps non-major", "matchManagers": ["npm"], "matchUpdateTypes": ["minor", "patch"], - "matchFileNames": ["web/package.json"], - "addLabels": ["ui"] + "matchFileNames": ["web/package.json"] }, { "groupName": "docs npm deps non-major", "matchManagers": ["npm"], "matchUpdateTypes": ["minor", "patch"], - "matchFileNames": ["docs/**/package.json"], - "addLabels": ["documentation"] + "matchFileNames": ["docs/**/package.json"] }, { "matchDatasources": ["docker"],