From 5fbf79618d06454dd9f122312e1ca2253471b779 Mon Sep 17 00:00:00 2001 From: Pl217 Date: Thu, 3 Oct 2024 10:59:07 +0200 Subject: [PATCH] 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'