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 b04137c1c6 #18761

Closes #18939
This commit is contained in:
Viktor Szakats 2025-10-08 14:36:22 +02:00
parent 3800a26582
commit 6a31e3137a
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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:'