/
githubmirror
/
lapce
Обзор
Документация
Войти
/
githubmirror
/
lapce
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/dependabot.yml
52 строки
1 KB
Jakub Panek
github: split dependencies into more groups
03 сен 2025, 01:53
Не верифицирован
03 сен 2025, 01:53
d41b4d5
Код
Авторство
О чём код?
version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" groups: all-dependencies: patterns: - "*" - package-ecosystem: "cargo" directory: "/" open-pull-requests-limit: 10 schedule: interval: "monthly" groups: all-dependencies: patterns: - "*" exclude-patterns: - "wasmtime*" - "wasi-common" - "wasi-experimental-http-wasmtime" - "tracing*" - "strum*" - "tree-sitter" - "floem*" wasmtime: patterns: - "wasmtime*" - "wasi-common" - "wasi-experimental-http-wasmtime" toml: patterns: - "toml" - "toml_edit" strum: patterns: - "strum" - "strum_macros" tracing: patterns: - "tracing*" floem: patterns: - "floem*" tree-sitter: patterns: - "tree-sitter" windows: patterns: - "windows*"