/
githubmirror
/
code-server
Обзор
Документация
Войти
/
githubmirror
/
code-server
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.125.0
.github/dependabot.yaml
29 строк
759 B
Asher
Remove Dependabot commit prefix
16 июн 2026, 20:45
Не верифицирован
16 июн 2026, 20:45
d31d034
Код
Авторство
О чём код?
version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" time: "06:00" timezone: "America/Chicago" labels: [] commit-message: prefix: "chore" - package-ecosystem: "npm" directory: "/" schedule: interval: "monthly" time: "06:00" timezone: "America/Chicago" labels: [] ignore: # Ignore patch updates for all dependencies - dependency-name: "*" update-types: - version-update:semver-patch # Ignore major updates to Node.js types, because they need to # correspond to the Node.js engine version - dependency-name: "@types/node" update-types: - version-update:semver-major