Skip to content

Commit

Permalink
chore: add dependabot config
Browse files Browse the repository at this point in the history
Just like we do in Talos.

Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
  • Loading branch information
AlekSi authored and talos-bot committed Apr 27, 2021
1 parent 1e33dcd commit 4aae477
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---

# 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: "/sfyra"
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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
.env
.envrc
bin
_out
.vscode
*.code-workspace

0 comments on commit 4aae477

Please sign in to comment.