Skip to content

Commit 6affdbb

Browse files
authored
add ignore to dependabot.yml (#364)
1 parent 2a5f483 commit 6affdbb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ updates:
1111
schedule:
1212
interval: weekly
1313
day: sunday
14+
ignore:
15+
- dependency-name: "@angular/*"
16+
update-types: [ "version-update:semver-major" ]

0 commit comments

Comments
 (0)