From 1d268ed514cf3c5049ed7c70def158d97e540cf2 Mon Sep 17 00:00:00 2001 From: "U. Artie Eoff" Date: Wed, 4 Sep 2024 09:59:48 -0400 Subject: [PATCH] add dependabot configuration https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool Signed-off-by: U. Artie Eoff --- .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..8d98ca21 --- /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: "github-actions" + directory: "/" + schedule: + interval: "weekly"