From 96e24ce82748cb26fc468171cb49969d01870575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Harjam=C3=A4ki?= Date: Fri, 3 Jul 2026 19:32:46 +0300 Subject: [PATCH] ci: add dependabot github-actions updates Create .github/dependabot.yml with a github-actions package ecosystem entry so third-party actions pinned with mutable tags (e.g. @v4) get auto-updated weekly. Co-Authored-By: Claude Opus 4.8 --- .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..1355fe2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + all: + patterns: + - "*"