From 05b5e047eef7af655ddaf85a09b69b38844674c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Tue, 28 Nov 2023 11:25:04 -0600 Subject: [PATCH] chore: Add dependabot configuration --- .github/dependabot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..642c1fa --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +version: 2 +updates: + - package-ecosystem: pip + directory: "/.github/workflows" + schedule: + interval: monthly + commit-message: + prefix: "ci: " + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly + commit-message: + prefix: "ci: " + - package-ecosystem: pip + versioning-strategy: increase-if-necessary + directory: "/" + schedule: + interval: weekly + commit-message: + prefix: "feat(deps): " + prefix-development: "chore(deps-dev): "