talos/.github/dependabot.yml
Alexey Palazhchenko 698fdd9d61 chore: add dependabot config
https://docs.github.com/en/github/administering-a-repository/about-dependabot-version-updates

After merging, dependabot should be enabled at
https://github.com/talos-systems/talos/settings/security_analysis

Manual invocation and logs are here:
https://github.com/talos-systems/talos/network/updates

Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
2021-01-30 16:29:26 +03:00

56 lines
1.2 KiB
YAML

---
# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
commit-message:
prefix: "chore:"
open-pull-requests-limit: 10
rebase-strategy: disabled
schedule:
interval: "weekly"
day: "monday"
time: "01:00"
timezone: "UTC"
- package-ecosystem: "gomod"
directory: "/pkg/machinery"
commit-message:
prefix: "chore:"
open-pull-requests-limit: 10
rebase-strategy: disabled
schedule:
interval: "weekly"
day: "monday"
time: "01:00"
timezone: "UTC"
- package-ecosystem: "gomod"
directory: "/hack/cloud-image-uploader"
commit-message:
prefix: "chore:"
open-pull-requests-limit: 10
rebase-strategy: disabled
schedule:
interval: "weekly"
day: "monday"
time: "01:00"
timezone: "UTC"
- package-ecosystem: "docker"
directory: "/"
commit-message:
prefix: "chore:"
open-pull-requests-limit: 10
rebase-strategy: disabled
schedule:
interval: "weekly"
day: "monday"
time: "01:00"
timezone: "UTC"
# no website for now