Skip to content

Commit

Permalink
CI: Create group for Angular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Aug 12, 2024
1 parent 0f54e93 commit 914ec76
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 @@ -10,3 +10,13 @@ updates:
ignore:
- dependency-name: "@types/node"
update-types: ["version-update:semver-patch"]
groups:
angular:
applies-to: version-updates
patterns:
- "@angular/*"
- "@angular-eslint/"
update-types:
- "minor"
- "patch"

0 comments on commit 914ec76

Please sign in to comment.