From 224c927a04742e4e8d1d10ae77f616b9ca8dfd80 Mon Sep 17 00:00:00 2001 From: Louwrens van Dellen Date: Mon, 18 May 2026 16:31:16 +0200 Subject: [PATCH] ci: add dependabot.yml to update github-actions --- .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..d52cfe9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + # Enable version updates for Github Actions + - package-ecosystem: "github-actions" + # Look for `/.github/workflows` and `/action.yml` or `.yaml` + directory: "/" + # Check for updates once a week + schedule: + interval: "weekly" +