summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-12-26 16:26:08 -0700
committerDavid Lord <davidism@gmail.com>2021-12-26 16:26:08 -0700
commitb217dc5ddba5d35b9d0ac4ad5c5b1b748cdccbb5 (patch)
treebb2ff8afd6ca58b86e024c611318d788a5db1d2c /.github
parent69dfb1e5fff0e2f88d3a2c4bc375674a9eae5f68 (diff)
downloadclick-b217dc5ddba5d35b9d0ac4ad5c5b1b748cdccbb5.tar.gz
updates go to maintenance branch
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml19
1 files changed, 15 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 86e010d..a268177 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,8 +1,19 @@
version: 2
updates:
-- package-ecosystem: pip
- directory: "/"
+- package-ecosystem: "pip"
+ directory: "/requirements"
+ target-branch: "3.0.x"
+ versioning-strategy: "lockfile-only"
schedule:
- interval: monthly
- time: "08:00"
+ interval: "monthly"
+ day: "monday"
+ time: "16:00"
+ timezone: "UTC"
open-pull-requests-limit: 99
+- package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "monthly"
+ day: "monday"
+ time: "16:00"
+ timezone: "UTC"