/
niceSOFT
/
libssh2
Обзор
Документация
Войти
/
niceSOFT
/
libssh2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/dependabot.yml
45 строк
995 B
Viktor Szakats
GHA/dependabot: group updates, other tidy-ups
02 ноя 2025, 19:45
Не верифицирован
02 ноя 2025, 19:45
26a7892
Код
Авторство
О чём код?
# Copyright (C) The libssh2 project and its contributors. # # SPDX-License-Identifier: BSD-3-Clause # 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' directory: '.github/workflows' 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:' - package-ecosystem: 'docker' directory: 'tests/openssh_server' schedule: interval: 'monthly' cooldown: default-days: 15 commit-message: prefix: 'GHA:'