Merge remote-tracking branch 'origin/3.0.x'

This commit is contained in:
David Lord 2021-12-26 16:18:33 -07:00
commit 11065b55a0
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
3 changed files with 22 additions and 11 deletions

View File

@ -1,12 +1,19 @@
version: 2
updates:
- package-ecosystem: pip
- package-ecosystem: "pip"
directory: "/requirements"
target-branch: "3.0.x"
versioning-strategy: "lockfile-only"
schedule:
interval: "monthly"
day: "monday"
time: "16:00"
timezone: "UTC"
open-pull-requests-limit: 99
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
time: "08:00"
open-pull-requests-limit: 99
ignore:
- dependency-name: sphinx
versions:
- "> 2.4.4"
interval: "monthly"
day: "monday"
time: "16:00"
timezone: "UTC"

View File

@ -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

View File

@ -1,4 +1,8 @@
version: 2
build:
os: ubuntu-20.04
tools:
python: "3.10"
python:
install:
- requirements: requirements/docs.txt