Skip to content

Commit

Permalink
add dependabot config (#153)
Browse files Browse the repository at this point in the history
* add dependabot config

* change dependabot to daily

* add 12.0.5 to dependabot
  • Loading branch information
maksimov authored Nov 6, 2023
1 parent 369b6a1 commit 626907b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
target-branch: "slack-vitess-r14.0.5"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
target-branch: "slack-vitess-r12.0.5"

0 comments on commit 626907b

Please sign in to comment.