version: 2 updates: # πŸ”Ή 1. ОбновлСниС Go-зависимостСй - package-ecosystem: "gomod" directory: "/" # ΠšΠΎΡ€Π΅Π½ΡŒ рСпозитория, Π³Π΄Π΅ находится go.mod schedule: interval: "weekly" day: "monday" time: "00:00" timezone: "UTC" open-pull-requests-limit: 5 reviewers: - "civisrom" labels: - "dependencies" - "go" commit-message: prefix: "chore(deps)" include: "scope" ignore: - dependency-name: "gvisor.dev/gvisor" - dependency-name: "github.com/mymmrac/telego" # Π Π°Π·Ρ€Π΅ΡˆΠ°Π΅ΠΌ ΠΎΠ±Π½ΠΎΠ²Π»Π΅Π½ΠΈΠ΅ ΠΊΠ°ΠΊ прямых, Ρ‚Π°ΠΊ ΠΈ Ρ‚Ρ€Π°Π½Π·ΠΈΡ‚ΠΈΠ²Π½Ρ‹Ρ… зависимостСй allow: - dependency-type: "all" # ΠžΠΏΡ‚ΠΈΠΌΠΈΠ·Π°Ρ†ΠΈΡ Π³Ρ€ΡƒΠΏΠΏΠΈΡ€ΠΎΠ²ΠΊΠΈ зависимостСй groups: minor-patch-dependencies: patterns: - "*" update-types: - "minor" - "patch" # Π‘ΠΎΠ·Π΄Π°Π΅ΠΌ ΠΎΡ‚Π΄Π΅Π»ΡŒΠ½ΡƒΡŽ Π³Ρ€ΡƒΠΏΠΏΡƒ для критичСских ΠΎΠ±Π½ΠΎΠ²Π»Π΅Π½ΠΈΠΉ security-updates: patterns: - "*" update-types: - "security" # πŸ”Ή 2. ОбновлСниС GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" day: "wednesday" timezone: "UTC" open-pull-requests-limit: 3 reviewers: - "civisrom" labels: - "dependencies" - "github-actions" commit-message: prefix: "chore(ci)" include: "scope" groups: github-actions: patterns: - "*" # πŸ”Ή 3. ОбновлСниС Docker-зависимостСй - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" day: "friday" timezone: "UTC" open-pull-requests-limit: 2 reviewers: - "civisrom" labels: - "dependencies" - "docker" commit-message: prefix: "chore(docker)" include: "scope" versioning-strategy: auto