From: Viktor Szakats Date: Wed, 8 Oct 2025 12:36:22 +0000 (+0200) Subject: GHA/dependabot: find more pip deps, tweak commit prefix X-Git-Tag: rc-8_17_0-3~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a31e3137a1352aec528d768dee8d5a1c509f451;p=thirdparty%2Fcurl.git GHA/dependabot: find more pip deps, tweak commit prefix Before this patch the Dependabot updater was only picking up `tests/requirements.txt`: https://github.com/curl/curl/network/updates/26616523/jobs Also prefix commit messages with `GHA:`. Bug: https://github.com/curl/curl/pull/18761#issuecomment-3381147189 Follow-up to b04137c1c6ed164594279c7d04b5e051634453ea #18761 Closes #18939 --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a21592ee3e..858b99e8e8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,15 @@ updates: directory: '/' schedule: interval: 'monthly' + commit-message: + prefix: 'GHA:' - package-ecosystem: 'pip' - directory: '/' + directories: + - '/.github/scripts' + - '/tests' + - '/tests/http' schedule: interval: 'monthly' + commit-message: + prefix: 'GHA:'