From 640eef55faf9fe1290dabd56b42e7c054844f58c Mon Sep 17 00:00:00 2001 From: Lukas SOIGNEUX Date: Thu, 13 Aug 2026 11:53:10 +0200 Subject: [PATCH] feat: add dependabot --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6959feb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + actions: + patterns: + - "*" +... \ No newline at end of file