mirror of
https://github.com/outbackdingo/proxmox-cloud-controller-manager.git
synced 2026-01-27 02:20:02 +00:00
It helps to check that image was build in github-actions. Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
42 lines
918 B
YAML
42 lines
918 B
YAML
---
|
|
|
|
# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
commit-message:
|
|
prefix: "chore:"
|
|
open-pull-requests-limit: 5
|
|
rebase-strategy: disabled
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "08:00"
|
|
timezone: "UTC"
|
|
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
commit-message:
|
|
prefix: "chore:"
|
|
open-pull-requests-limit: 5
|
|
rebase-strategy: disabled
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "07:00"
|
|
timezone: "UTC"
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
commit-message:
|
|
prefix: "chore:"
|
|
open-pull-requests-limit: 5
|
|
rebase-strategy: disabled
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "07:00"
|
|
timezone: "UTC"
|