summaryrefslogtreecommitdiff
path: root/.codespell/requirements.txt
diff options
context:
space:
mode:
authorMatthieu MOREL <mmorel-35@users.noreply.github.com>2022-01-04 15:19:28 +0100
committerGitHub <noreply@github.com>2022-01-04 16:19:28 +0200
commitd5a3b3f5ec879ac596d70036551a3e716b52656d (patch)
treed1cc6e73f91d4b75c73de34bec17c4cda551fbad /.codespell/requirements.txt
parentc57e41c029ba45b0ebb3fdd9474e202cdef92767 (diff)
downloadredis-d5a3b3f5ec879ac596d70036551a3e716b52656d.tar.gz
Setup dependabot for github-actions and codespell (#9857)
This sets up dependabot to check weekly updates for pip and github-actions dependencies. If it finds an update it will create a PR to update the dependency. More information can be found here It includes the update of: * vmactions/freebsd-vm from 0.1.4 to 0.1.5 * codespell from 2.0.0 to 2.1.0 Also includes spelling fixes found by the latest version of codespell. Includes a dedicated .codespell folder so dependabot can read a requirements.txt file and every files dedicated to codespell can be grouped in the same place Co-Authored-By: Matthieu MOREL <mmorel-35@users.noreply.github.com> Co-Authored-By: MOREL Matthieu <matthieu.morel@cnp.fr>
Diffstat (limited to '.codespell/requirements.txt')
-rw-r--r--.codespell/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/.codespell/requirements.txt b/.codespell/requirements.txt
new file mode 100644
index 000000000..2e904927e
--- /dev/null
+++ b/.codespell/requirements.txt
@@ -0,0 +1 @@
+codespell==2.1.0