From 02c387353fc536c3cf1ff8701a9916fb5bde3331 Mon Sep 17 00:00:00 2001 From: emneo Date: Sun, 15 Sep 2024 00:41:38 +0200 Subject: [PATCH] Add dependabot config file Github was bothering me with it... Signed-off-by: emneo --- .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..aaf46ec --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Documentation: +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/.github/workflows" + schedule: + interval: "weekly"