From e398b866e0f9ca8057231c278d177c49e880e3c4 Mon Sep 17 00:00:00 2001 From: Sylvain Carisey Date: Fri, 6 Mar 2026 17:07:45 +0100 Subject: [PATCH] ci:Add GitHub Actions to Dependabot updates Updated Dependabot configuration to include GitHub Actions. --- .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 0000000..042f4fc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: "weekly" + day: "thursday"