summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-06-11 10:50:39 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-06-11 11:00:49 -0500
commit6d48c1f80f0a47b00984254d5d53b3f1158badee (patch)
treee879e07f02bac787400d4eae4679d492708d8cb8 /.github
parent9c6c38b926e6e633b4b29bbb420e2d546ccebadd (diff)
downloadrequests-cache-6d48c1f80f0a47b00984254d5d53b3f1158badee.tar.gz
Add Dependabot V2 config, and bump some dev dependencies
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml13
-rw-r--r--.github/pre-commit.yml8
-rw-r--r--.github/workflows/build.yml2
3 files changed, 18 insertions, 5 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..e42b0e5
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,13 @@
+version: 2
+updates:
+ - package-ecosystem: "pip"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ time: "16:00"
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ day: "saturday"
+ time: "16:00"
diff --git a/.github/pre-commit.yml b/.github/pre-commit.yml
index 448c457..5cba7c9 100644
--- a/.github/pre-commit.yml
+++ b/.github/pre-commit.yml
@@ -1,19 +1,19 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v3.3.0
+ rev: v4.0.1
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
- rev: 21.5b1
+ rev: 21.6b0
hooks:
- id: black
- repo: https://github.com/timothycrosley/isort
- rev: 5.6.4
+ rev: 5.8.0
hooks:
- id: isort
- repo: https://gitlab.com/pycqa/flake8
- rev: 3.8.4
+ rev: 3.9.2
hooks:
- id: flake8
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f16c0dc..5179bcd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
virtualenvs-in-project: true
# Start integration test databases
- - uses: supercharge/mongodb-github-action@1.3.0
+ - uses: supercharge/mongodb-github-action@1.6.0
with:
mongodb-version: 4.4
- uses: supercharge/redis-github-action@1.2.0