From df2b4a0830c2e7232fe515c81607defa79212259 Mon Sep 17 00:00:00 2001 From: Yann Simon Date: Mon, 8 Jun 2026 20:36:26 +0200 Subject: [PATCH] keep github actions updated (#3785) --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..7ee8cf82 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + # Check for updates every Monday + schedule: + interval: "weekly"