Skip to content

Commit

Permalink
bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Apr 2, 2024
1 parent 264042e commit 535802c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
groups:
dependencies:
patterns:
- "*"
schedule:
interval: "weekly"
time: "08:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 10
assignees:
- "k1LoW"

- package-ecosystem: "gomod"
directory: "/"
groups:
dependencies:
patterns:
- "*"
schedule:
interval: "weekly"
time: "08:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 10
assignees:
- "k1LoW"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: make ci

- name: Run octocov
uses: k1LoW/octocov-action@v0
uses: k1LoW/octocov-action@v1

0 comments on commit 535802c

Please sign in to comment.