Skip to content

Commit 8bf2a44

Browse files
Chore: [AEA-0000] - Dependabot ignores @types/fhir (#4603)
## Summary - Routine Change ### Details Makes Dependabot ignore @types/fhir, as it is incorrectly upgrading its version (#4587)
1 parent f0e32c8 commit 8bf2a44

2 files changed

Lines changed: 21 additions & 16 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,8 @@ updates:
8181
- npm-github
8282
cooldown:
8383
default-days: 7
84+
ignore:
85+
# The latest update to @types/fhir was 0.0.41.
86+
# Dependabot tried to bump to '3.0.2', which doesn't exist
87+
# https://github.com/NHSDigital/electronic-prescription-service-api/pull/4587
88+
- dependency-name: "@types/fhir"

poetry.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)