Skip to content

Commit

Permalink
fix(ci): Fix misconfiguration in dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Dec 17, 2024
1 parent 20d3e7d commit 54e1c41
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,19 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
allow:
- dependency-type: "all"
groups:
dev-dependencies:
development:
dependency-type: "development"
tree-sitter:
patterns:
- "tree-sitter*"
aws:
patterns:
- "aws*"
minor:
update-types:
- "minor"
- "patch"
aws:
patterns:
- "aws*"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit 54e1c41

Please sign in to comment.