diff --git a/.github/workflows/dependabot-reviewer.yml b/.github/workflows/dependabot-reviewer.yml index ffc27109..c9fb57e8 100644 --- a/.github/workflows/dependabot-reviewer.yml +++ b/.github/workflows/dependabot-reviewer.yml @@ -12,5 +12,5 @@ jobs: with: repository-merge-method: squash # Add this to define production packages that dependabot can auto-update if the bump is minor - # packages-minor-autoupdate: '[]' - secrets: inherit + packages-minor-autoupdate: '["@grafana/data","@grafana/ui","@grafana/runtime","@grafana/e2e","@grafana/e2e-selectors"]' + secrets: inherit \ No newline at end of file