mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
39 lines
822 B
YAML
39 lines
822 B
YAML
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
# https://docs.github.com/code-security/dependabot/working-with-dependabot/dependabot-options-reference
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'monthly'
|
|
cooldown:
|
|
default-days: 7
|
|
groups:
|
|
gha-dependencies:
|
|
patterns:
|
|
- '*'
|
|
commit-message:
|
|
prefix: 'GHA:'
|
|
|
|
- package-ecosystem: 'pip'
|
|
directories:
|
|
- '.github/scripts'
|
|
- 'tests'
|
|
schedule:
|
|
interval: 'monthly'
|
|
cooldown:
|
|
default-days: 7
|
|
semver-major-days: 15
|
|
semver-minor-days: 7
|
|
semver-patch-days: 3
|
|
groups:
|
|
pip-dependencies:
|
|
patterns:
|
|
- '*'
|
|
commit-message:
|
|
prefix: 'GHA:'
|