From 1712603e5e8f44ff1e1204f711efb615a8ec330b Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Wed, 20 Aug 2025 07:36:58 +0200 Subject: [PATCH] Create a dependabot configuration for GitHub actions Since we're using many different GitHub actions now, let's get help from dependabot to keep them up to date --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5ace460 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"