mirror of
https://github.com/curl/curl.git
synced 2026-07-05 22:57:16 +03:00
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:
parent
3800a26582
commit
6a31e3137a
1 changed files with 8 additions and 1 deletions
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
|
@ -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:'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue