/
githubmirror
/
guava
Обзор
Документация
Войти
/
githubmirror
/
guava
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/dependabot.yml
49 строк
1 KB
orbisai0security
Set a cooldown period for Dependabot upgrades.
21 июл 2026, 21:20
21 июл 2026, 21:20
af79c17
Код
Авторство
О чём код?
version: 2 updates: # TODO(b/170636568): Enable Maven updates? Perhaps wait until we can more # easily import the generated PRs into our internal repo. # - package-ecosystem: "maven" # directory: "/" # schedule: # interval: "weekly" # cooldown: # default-days: 7 # groups: # dependencies: # applies-to: version-updates # patterns: # - "*" # - package-ecosystem: "maven" # directory: "/android" # schedule: # interval: "weekly" # cooldown: # default-days: 7 # groups: # dependencies: # applies-to: version-updates # patterns: # - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" cooldown: default-days: 7 groups: github-actions: applies-to: version-updates patterns: - "*" - package-ecosystem: "github-actions" target-branch: "gh-pages" directory: "/" schedule: interval: "monthly" cooldown: default-days: 7 groups: github-actions: applies-to: version-updates patterns: - "*"