mirror of
https://github.com/curl/curl.git
synced 2026-05-05 12:07:16 +03:00
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 6a31e3137a #18939
Closes #18946
21 lines
425 B
YAML
21 lines
425 B
YAML
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'monthly'
|
|
commit-message:
|
|
prefix: 'GHA:'
|
|
|
|
- package-ecosystem: 'pip'
|
|
directories:
|
|
- '/.github/scripts'
|
|
- '/tests'
|
|
schedule:
|
|
interval: 'monthly'
|
|
commit-message:
|
|
prefix: 'GHA:'
|