Skip to content

Commit

Permalink
chore: add dependabot config
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
AlekSi authored and smira committed Jan 30, 2021
1 parent 064d332 commit 698fdd9
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,55 @@
---

# 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

0 comments on commit 698fdd9

Please sign in to comment.