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