From f9771cb729c6fc0b04888585ba05767a92d95543 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Mon, 26 Feb 2024 09:48:11 -0500 Subject: [PATCH] add dependabot configuration --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..d45835572 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +updates: + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "main" + schedule: + interval: monthly + time: "03:00" + + # Maintain dependencies for pip + - package-ecosystem: "pip" + directory: "/" + target-branch: "main" + schedule: + interval: monthly + time: "03:00" + open-pull-requests-limit: 10