From bb93ec4a2a988667b44a77d0943f29af0202ac19 Mon Sep 17 00:00:00 2001 From: Jeff McKenna Date: Fri, 12 Apr 2024 08:54:07 -0300 Subject: [PATCH] Create dependabot.yml to check dependencies weekly --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..8762747a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly"