From cb620cdde0347c902ee6182151e6c04d69a5227e Mon Sep 17 00:00:00 2001 From: Hudson Brendon Date: Sat, 4 Jan 2025 02:32:29 -0300 Subject: [PATCH] chore: add dependabot --- .github/workflows/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..f6ad368 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 + +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + time: "06:00" + open-pull-requests-limit: 5 + labels: + - "patch" + - "minor" + ignore: + - dependency-name: "pytest" + versions: [">=6.0.0a1, <7.0.0"]