From cc6ddc080a6862872f44baa5192fb3db398f55f2 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Sun, 19 Nov 2023 11:35:23 -0500 Subject: [PATCH] [skip ci] Try to tell Dependabot to only bump docs/requirements.txt when necessary --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ef3b2be..8c03fa4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,17 @@ updates: - dependencies - d:python + - package-ecosystem: pip + directory: /docs + versioning-strategy: increase-if-necessary + schedule: + interval: weekly + commit-message: + prefix: "[python+docs]" + labels: + - dependencies + - d:python + - package-ecosystem: github-actions directory: / schedule: