Skip to content

Commit

Permalink
Chore: Automerge Grafana dependency updates in create-plugin templates (
Browse files Browse the repository at this point in the history
  • Loading branch information
sunker authored Sep 9, 2024
1 parent 1fd71ab commit 39ecd9d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": ["config:base", ":disableDependencyDashboard"],
"includePaths": ["packages/create-plugin/templates/**"],
"separateMajorMinor": false,
"labels": ["dependencies", "release", "patch"],
"reviewers": ["team:grafana/plugins-platform-frontend"],
"enabledManagers": ["regex"],
"customManagers": [
Expand All @@ -23,8 +22,18 @@
],
"packageRules": [
{
"labels": ["dependencies", "patch"],
"automerge": true,
"matchCurrentVersion": "!/^0/",
"matchPackagePatterns": ["@grafana/*", "grafana/grafana-enterprise"],
"matchUpdateTypes": ["minor", "patch", "major"],
"matchUpdateTypes": ["patch"],
"groupName": "grafana patch dependencies",
"groupSlug": "all-grafana-patch"
},
{
"labels": ["dependencies", "release", "patch"],
"matchPackagePatterns": ["@grafana/*", "grafana/grafana-enterprise"],
"matchUpdateTypes": ["minor", "major"],
"groupName": "grafana dependencies",
"groupSlug": "all-grafana"
}
Expand Down

0 comments on commit 39ecd9d

Please sign in to comment.