summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-12-26 16:38:07 -0700
committerDavid Lord <davidism@gmail.com>2021-12-26 16:38:07 -0700
commit2198a8c3bfcbfd211dc14c7627c6aea1ba0152e4 (patch)
tree8b6a00e5101442b79634eeae2aed43b77a2abdca /.github
parente4ef249cbdeda3cf15acf662a329cb451a679b8b (diff)
parent83beb9f24a1af210ca255ca34d7d1bdd71111018 (diff)
downloadclick-2198a8c3bfcbfd211dc14c7627c6aea1ba0152e4.tar.gz
Merge remote-tracking branch 'origin/8.0.x'
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml19
-rw-r--r--.github/workflows/lock.yaml6
2 files changed, 18 insertions, 7 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"
diff --git a/.github/workflows/lock.yaml b/.github/workflows/lock.yaml
index 7128f38..b4f7633 100644
--- a/.github/workflows/lock.yaml
+++ b/.github/workflows/lock.yaml
@@ -8,8 +8,8 @@ jobs:
lock:
runs-on: ubuntu-latest
steps:
- - uses: dessant/lock-threads@v2
+ - uses: dessant/lock-threads@v3
with:
github-token: ${{ github.token }}
- issue-lock-inactive-days: 14
- pr-lock-inactive-days: 14
+ issue-inactive-days: 14
+ pr-inactive-days: 14