From e43b406d530fd8c6cc5c5283f4527dd90608d72c Mon Sep 17 00:00:00 2001 From: Pl217 Date: Thu, 3 Oct 2024 10:52:47 +0200 Subject: [PATCH 1/2] Use wildcard for Jest group --- .github/dependabot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5d6f9fc..f0aaa58 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,9 +17,7 @@ updates: jest: applies-to: version-updates patterns: - - 'jest' - - '@types/jest' - - 'ts-jest' + - '*jest' ignore: - dependency-name: 'node-fetch' update-types: [version-update:semver-major] From 0c933735e7cafbf362d43b0d5201df304c147fd9 Mon Sep 17 00:00:00 2001 From: Pl217 Date: Thu, 3 Oct 2024 10:59:07 +0200 Subject: [PATCH 2/2] Update versions of Github Actions too --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f0aaa58..b870412 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,3 +23,11 @@ updates: update-types: [version-update:semver-major] - dependency-name: 'fp-ts' - dependency-name: 'io-ts' + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'monthly' + time: '11:00' + timezone: 'Europe/Zurich' + reviewers: + - '@UN-OCHA/hpc-js-reviewers'