From 0472f63c67306a49e3d388ad154d684925e51457 Mon Sep 17 00:00:00 2001 From: petechd Date: Fri, 13 Sep 2024 08:58:06 +0100 Subject: [PATCH] Move babel ignore to the right ecosystem --- .github/dependabot.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 02ffa2f084..4fe6befed1 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -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: "/" @@ -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" ]