summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-01-13 13:38:11 -0800
committerDavid Lord <davidism@gmail.com>2022-01-13 13:38:11 -0800
commit2aeeed94bea5544ea158e85369e2fc3f2efff069 (patch)
tree4c2f1b94cb9dde0ea3f8df4e7c700b74df374ce0 /.github
parent3e4779ba7815f4d713501b8f174e9c86ee901238 (diff)
downloadmarkupsafe-2aeeed94bea5544ea158e85369e2fc3f2efff069.tar.gz
update tool config
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