Skip to content

Commit

Permalink
Add group to dependabot.yml for @grafana dependencies (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyeats authored Feb 15, 2024
1 parent c2cf433 commit 8c61f7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
dependencies:
patterns:
- "@grafana/*"
dev-dependencies:
patterns:
- "@grafana/e2e*"

# Ignore most dependencies that are maintained via the create-plugin tool
# See https://github.com/grafana/plugin-tools/blob/main/packages/create-plugin/templates/common/package.json
ignore:
Expand Down

0 comments on commit 8c61f7e

Please sign in to comment.