From fc21d3db8c1d95d414c0ae4406309fe7d3c9f9d6 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Wed, 17 Dec 2025 12:47:00 +0100 Subject: ci: add dependabot for GH actions --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..3c14c5874 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 3 + commit-message: + prefix: "ci" + labels: + - "dependencies" + - "github-actions" + groups: + actions: + patterns: ["*"] + -- cgit v1.2.3-70-g09d2