From 3ab4d509d03d2b4e76a7b8fcb9f145d2f2258ddf Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Tue, 5 Nov 2024 20:04:06 -0500 Subject: [PATCH] ci: create dependabot.yml --- .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 00000000..7a968a8d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly