Skip to content

Commit

Permalink
add angular group and ignore rule for it and nx group
Browse files Browse the repository at this point in the history
  • Loading branch information
mpro7 committed Dec 11, 2024
1 parent bab98a8 commit ec6355b
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,22 @@ updates:
prefix: "chore"
include: "scope"
groups:
angular-deps:
applies-to: version-updates
patterns:
- "@angular*"
update-types:
- "minor"
- "patch"
nx-deps:
applies-to: version-updates
patterns:
- "nx*"
- "@nrwl/*"
- "@nx*"
- "@nrwl*"
update-types:
- "minor"
- "patch"
# groups:
# frontend-dependencies:
# applies-to: version-updates
Expand All @@ -25,8 +36,11 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
# we use github:dasch-swiss/ckeditor_custom_build#v2.0.0 and v2.0.1 seems to be broken
- dependency-name: "ckeditor5-custom-build"
# we use github:dasch-swiss/ckeditor_custom_build#v2.0.0 and v2.0.1 seems to be broken
# all nx and angular dependencies are for now handled manually, so for now are ignored
- dependency-name: "@angular/*"
- dependency-name: "nx*"

- package-ecosystem: "docker"
directory: "/"
Expand Down

0 comments on commit ec6355b

Please sign in to comment.