summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-01-13 14:47:58 -0800
committerDavid Lord <davidism@gmail.com>2022-01-13 14:47:58 -0800
commit928ee5b3764eadbe24d7cb3d1d914482a89e13a6 (patch)
tree7d331e3c7b84bd31703fc67ceeb0ed5a9a8427b8 /.github
parentee5fdbf1f9e267247d6de765329d2cc9bdd76206 (diff)
downloadclick-928ee5b3764eadbe24d7cb3d1d914482a89e13a6.tar.gz
update tool config
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a268177..bbd9645 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -2,7 +2,7 @@ version: 2
updates:
- package-ecosystem: "pip"
directory: "/requirements"
- target-branch: "3.0.x"
+ target-branch: "8.0.x"
versioning-strategy: "lockfile-only"
schedule:
interval: "monthly"