From 5366b8d416765b86cf2bfab1b295469db8b5b19d Mon Sep 17 00:00:00 2001 From: Tyler Crawford Date: Mon, 16 Dec 2024 22:27:09 -0500 Subject: [PATCH] Add Dependabot configuration for security updates --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d318299 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + target-branch: "main" + labels: + - "dependencies" + - "security" + commit-message: + prefix: "deps" + include: "scope" + reviewers: + - "tylerbcrawford"