GHA/dependabot: tweak dir list to avoid a dupe, rename .txt file to avoid the bot

It correctly picked all pips, but also picked
`tests/http/requirements.txt` twice and also
`.github/scripts/codespell-ignore.txt`. Try avoid these issues with this
patch.

Follow-up to 6a31e3137a #18939

Closes #18946
This commit is contained in:
Viktor Szakats 2025-10-08 14:50:58 +02:00
parent 6a31e3137a
commit c951fe7e6d
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 2 additions and 3 deletions

View file

@ -15,5 +15,5 @@ codespell \
--skip 'packages/*' \
--skip 'scripts/wcurl' \
--ignore-regex '.*spellchecker:disable-line' \
--ignore-words '.github/scripts/codespell-ignore.txt' \
--ignore-words '.github/scripts/codespell-ignore.words' \
$(git ls-files)

View file

@ -21,7 +21,7 @@ extend-ignore-re = [
[files]
extend-exclude = [
".github/scripts/codespell-ignore.txt",
".github/scripts/codespell-ignore.words",
".github/scripts/spellcheck.words",
"docs/THANKS",
"packages/*",