Skip to content

Commit

Permalink
Move babel ignore to the prod pip ecosystem (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
petechd authored Sep 13, 2024
1 parent fc589cb commit a75dee2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ updates:
- "cachetools"
- "gevent"
- "babel"
ignore:
# "babel" temporarily pinned to v2.14.0 - problem for translations found in v2.15.0, see: https://github.com/ONSdigital/eq-questionnaire-runner/pull/1384
- dependency-name: "babel"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]

- package-ecosystem: "pip"
directory: "/"
Expand Down Expand Up @@ -123,7 +127,3 @@ updates:
- "playwright"
- "black"
- "djlint"
ignore:
# "babel" temporarily pinned to v2.14.0 - problem for translations found in v2.15.0, see: https://github.com/ONSdigital/eq-questionnaire-runner/pull/1384
- dependency-name: "babel"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]

0 comments on commit a75dee2

Please sign in to comment.