Skip to content

Commit

Permalink
chore(deps): configure dependabot to group angular updates (#783)
Browse files Browse the repository at this point in the history
Co-authored-by: Timon Back <timonback@users.noreply.github.com>
  • Loading branch information
sam0r040 and timonback authored May 31, 2024
1 parent f47bb39 commit 1639a50
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ updates:
directory: "/springwolf-ui"
rebase-strategy: "disabled"
schedule:
interval: "weekly"
interval: "weekly"
groups:
dependencies-angular:
applies-to: version-updates
patterns:
- "@angular/*"
- "@angular-devkit/*"

0 comments on commit 1639a50

Please sign in to comment.