From d647fb57ee67b49ffb5335d5e33ce5fe2027598d Mon Sep 17 00:00:00 2001 From: Max Gripe 1982 <108034506+MaxGripe@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:00:54 +0100 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5883825 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# Documentation: +# 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: "/.github/workflows" + schedule: + interval: "weekly" + + - package-ecosystem: "nuget" + directory: "/" + schedule: + interval: "weekly"