From 53491957de672149a206d8f10454470aa992b3f2 Mon Sep 17 00:00:00 2001 From: Jerry Ling Date: Tue, 15 Oct 2024 07:37:40 -0400 Subject: [PATCH] Create dependabot --- .github/dependabot | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot diff --git a/.github/dependabot b/.github/dependabot new file mode 100644 index 0000000..6175aed --- /dev/null +++ b/.github/dependabot @@ -0,0 +1,8 @@ +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily"