From d98f8d6d9a225b23a42df273b61356fe6c2ef106 Mon Sep 17 00:00:00 2001 From: Bouwe Andela Date: Wed, 4 Dec 2024 14:34:01 +0100 Subject: [PATCH] Use dependabot to automatically keep GitHub Actions up to date (#371) --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..503dba36 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + + # Set update schedule for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"