From 6a17c68fd6a2774b8b6747f7ee4bd2a0d3f81065 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Mon, 20 Nov 2023 17:02:10 +0000 Subject: [PATCH] Update GitHub Actions using dependabot --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 52b1c9fb..9b73f86a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,3 +24,15 @@ updates: # Include indirect browser data updates # https://caniuse.com - dependency-name: caniuse-lite + + # Update GitHub Actions + - package-ecosystem: github-actions + directory: / + reviewers: + - alphagov/design-system-developers + + # Schedule run every Monday, local time + schedule: + interval: weekly + time: '10:30' + timezone: 'Europe/London'