From 04f7cf1c99cd5028c6a5b8a8d4c9d56846b856d5 Mon Sep 17 00:00:00 2001 From: Karol Szwaj Date: Tue, 19 May 2026 10:37:46 +0200 Subject: [PATCH] add dependabot config for gh actions Signed-off-by: Karol Szwaj --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..eb8d7c753 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 +updates: +# Maintain dependencies for GitHub Actions +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + all-github-actions: + patterns: [ "*" ]