From 4b64db406e8303cf8ba98cdaea6189e3c6645e2e Mon Sep 17 00:00:00 2001 From: Michael Beale Date: Mon, 29 Jul 2024 13:32:18 -0700 Subject: [PATCH] Create dependabot.yml (#26) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..57489e6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" # See documentation for possible values + directory: "/kerngen" # Location of package manifests + schedule: + interval: "weekly"