From 4c44c8e6730b79882d69d20626af064a67045684 Mon Sep 17 00:00:00 2001 From: Pierre Penninckx Date: Tue, 26 Nov 2024 21:40:00 +0100 Subject: [PATCH] create dependabot.yml (#375) --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a64eb44 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + reviewers: + - ibizaman