From c362db95f391ffab766f0bade8f3896f262750e4 Mon Sep 17 00:00:00 2001 From: Orry Verducci Date: Sat, 6 Apr 2024 18:21:25 +0100 Subject: [PATCH] Add GitHub Actions to Dependabot --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 947a865..ba69687 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,12 @@ updates: timezone: Europe/London target-branch: development open-pull-requests-limit: 10 + + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + time: "23:00" + timezone: Europe/London + target-branch: development + open-pull-requests-limit: 10