Hi @p-boeren_9744 , The documentation isn't very clear I had to look this up myself in the code. If you set the allowed property, then a global rule is also created. Therefore, the following should work instead: { "licenseId": "package://@progress/kendo-react-grid/5.0.1/", "title": "package://@progress/kendo-react-grid/5.0.1/", "urls": [ "package://@progress/kendo-react-grid/5.0.1/package/LICENSE.md" ], "allowedFeeds": ["NpmLicenseTest"] } Cheers, Alana