curl/.github/dependabot.yml
Viktor Szakats c951fe7e6d
GHA/dependabot: tweak dir list to avoid a dupe, rename .txt file to avoid the bot
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
2025-10-08 14:58:32 +02:00

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