summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/dependabot.yml19
-rw-r--r--.github/workflows/lock.yaml6
-rw-r--r--.readthedocs.yaml4
3 files changed, 22 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
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 0c36363..346900b 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,4 +1,8 @@
version: 2
+build:
+ os: ubuntu-20.04
+ tools:
+ python: "3.10"
python:
install:
- requirements: requirements/docs.txt