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'