grafana / grafana-plugin-examples

181 stars 52 forks source link

Automate dependency updates #300

Closed sunker closed 3 months ago

sunker commented 4 months ago

We need some way automating dependency updates in this repo. The dependabot conf that we currently have is not working becauase the paths to the example plugins are incorrect.

Some requirements:

It's my understanding that Dependabot is not flexible enough to cater for the requirements above, so I'm gonna look into replacing it with Renovate.

tolzhabayev commented 4 months ago

You could collaborate with @Ukochka on this

sunker commented 3 months ago

Closing this issue as we have agreed to not use Renovate to keep our example plugins up to date, but instead schdule the create-plugin update to run. @Ukochka is working on this.