mirror of
https://github.com/curl/curl.git
synced 2026-06-17 21:35:39 +03:00
Also: - enable pip bumps in Dependabot. - reduce dependabot to check monthly (was: weekly) Dependabot acts as a backup for mend/renovate. Closes #18761
15 lines
301 B
YAML
15 lines
301 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'
|
|
|
|
- package-ecosystem: 'pip'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'monthly'
|