From 635e9355d3c9cfa7d509c08cf607a0d8a98fb9ba Mon Sep 17 00:00:00 2001 From: brianhdk Date: Sat, 1 Aug 2026 17:46:39 +0200 Subject: [PATCH] chore: add monthly GitHub Actions Dependabot updates --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0fc1e42 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + time: "07:00" + timezone: Europe/Copenhagen + groups: + actions-minor-and-patch: + patterns: ["*"] + update-types: ["minor", "patch"] + labels: ["dependencies"]