Hi,
In our setup, we have an 'external' feed and a 'curated' feed for each package ecosystem. Each 'external' feed has relevant connectors to the registries. When we would like to open up use of packages internally, the packages are promoted (from the 'external' feed) to our 'curated' feed.
We have noticed that, for our 'curated' feeds, the package publish date is the date the package has effectively been promoted (not the original package publish date). On our 'curated' feeds, we currently have the 'Aged package (3 years)' and 'Recently published (14 days)' policies enabled and set to 'warn'. Currently warnings are not showing up for aged packages and incorrectly showing on the other hand even though they are not recently published. This also causes issues with the Yarn 'npmMinimalAgeGate' check.
We have ensured, the below, 'Feeds.UseConnectorPublishDate' setting is enabled.
Just wondering if this behaviour is occurring due to our feed setup, external -> curated, and therefore the above setting doesn't work because the packages are just promoted to our 'curated' feeds?
Thanks!