grafana / plugin-tools

Create Grafana plugins with ease.
https://grafana.com/developers/plugin-tools/
Apache License 2.0
58 stars 32 forks source link

Renovate: Restrict selector updates to only plugin-e2e package #1279

Closed sunker closed 3 weeks ago

sunker commented 3 weeks ago

What this PR does / why we need it:

Only the plugin-e2e package needs to follow the modified dist-tag of grafana/e2e-selectors. However, currently this package rule is affecting also the _package.json file for scaffolded plugins (see example in this pr). By specifying the renovate option matchcategories and setting it to npm, this update should be restricted to the plugin-e2e workspace only (changes in _package.json is managed by the regex manager which has the category name custom).

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

github-actions[bot] commented 3 weeks ago

Hello! 👋 This repository uses Auto for releasing packages using PR labels.

✨ This PR can be merged. It will not be considered when calculating future versions of the npm packages and will not appear in the changelogs.