Skip to content

Commit

Permalink
fix: group all dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 authored Apr 27, 2024
1 parent 55797ae commit f7e2ae4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ updates:
interval: "weekly"
assignees:
- "Jamalam360"
groups:
rust-dependencies:
applies-to: version-updates
patterns:
- "*"

- package-ecosystem: "npm" # See documentation for possible values
directory: "/vscode" # Location of package manifests
Expand Down Expand Up @@ -41,3 +46,8 @@ updates:
interval: "weekly"
assignees:
- "Jamalam360"
groups:
gha-dependencies:
applies-to: version-updates
patterns:
- "*"

0 comments on commit f7e2ae4

Please sign in to comment.