From 6d67b83d8978b4c3f89202b89a0f0febc0a1e646 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Fri, 14 Jun 2024 11:04:24 +0200 Subject: [PATCH] Keep GitHub actions updated with dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..11eb345 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" \ No newline at end of file