From da47391ba1606a7af4386e1e75d2c684af0a6139 Mon Sep 17 00:00:00 2001 From: Ray Osborn Date: Fri, 20 Dec 2024 14:06:37 -0600 Subject: [PATCH] Install file to monitor Github action updates --- .github/dependabot.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..b783175 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,13 @@ +--- +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"