]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/dependabot: tweak dir list to avoid a dupe, rename .txt file to avoid the bot
authorViktor Szakats <commit@vsz.me>
Wed, 8 Oct 2025 12:50:58 +0000 (14:50 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 8 Oct 2025 12:58:32 +0000 (14:58 +0200)
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 6a31e3137a1352aec528d768dee8d5a1c509f451 #18939

Closes #18946

.github/dependabot.yml
.github/scripts/codespell-ignore.words [moved from .github/scripts/codespell-ignore.txt with 100% similarity]
.github/scripts/codespell.sh
.github/scripts/typos.toml

index 858b99e8e8511db8a33462d7488e359423a4705a..bd5661bea41a5417ddd36f017bfebe968e0ec3c3 100644 (file)
@@ -15,7 +15,6 @@ updates:
     directories:
       - '/.github/scripts'
       - '/tests'
-      - '/tests/http'
     schedule:
       interval: 'monthly'
     commit-message:
index b373a7d210ccbbc8081649db059a0bde32c49474..6825b38c7eaf2cb44e71db8c9b91db55bfd9e535 100755 (executable)
@@ -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)
index a84017cf5303cfe1bd02ffb21a49e5eacad1e2a8..2be01d59f6a6be335a3a830e0c9abaa325daab73 100644 (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/*",