From d5a3b3f5ec879ac596d70036551a3e716b52656d Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Tue, 4 Jan 2022 15:19:28 +0100 Subject: 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 Co-Authored-By: MOREL Matthieu --- .codespell/.codespellrc | 5 +++++ .codespell/requirements.txt | 1 + .codespell/wordlist.txt | 17 +++++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 .codespell/.codespellrc create mode 100644 .codespell/requirements.txt create mode 100644 .codespell/wordlist.txt (limited to '.codespell') diff --git a/.codespell/.codespellrc b/.codespell/.codespellrc new file mode 100644 index 000000000..75b925742 --- /dev/null +++ b/.codespell/.codespellrc @@ -0,0 +1,5 @@ +[codespell] +quiet-level = 2 +count = +skip = ./deps,./src/crc16_slottable.h,tmp*,./.git,./lcov-html +ignore-words = ./.codespell/wordlist.txt 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 diff --git a/.codespell/wordlist.txt b/.codespell/wordlist.txt new file mode 100644 index 000000000..1ab16276a --- /dev/null +++ b/.codespell/wordlist.txt @@ -0,0 +1,17 @@ +ake +bale +fle +fo +gameboy +mutli +nd +nees +oll +optin +ot +smove +te +tre +cancelability +ist +statics -- cgit v1.2.1