GH workflow runsscripts/update-grafana-version.sh to update all dependencies, plugin.json and docker-compose files for each plugin example, if there are changes it opens a PR
For now it will be only opening PR and if after a week or so it will be working fine, I can add automatic merge
update-grafana-version.sh script runs create-plugin@latest update and after checks the version of grafana/data and sets this as a TARGET_VERSION and updates docker-compose and plugin.json files
GH workflow runs
scripts/update-grafana-version.sh
to update all dependencies, plugin.json and docker-compose files for each plugin example, if there are changes it opens a PRFor now it will be only opening PR and if after a week or so it will be working fine, I can add automatic merge
update-grafana-version.sh script runs
create-plugin@latest update
and after checks the version of grafana/data and sets this as a TARGET_VERSION and updates docker-compose and plugin.json filesfixes #329