Skip to content

Commit

Permalink
Add dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Apr 1, 2024
1 parent a4aa8dc commit 77babfc
Showing 1 changed file with 36 additions and 0 deletions.
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: "monthly"
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: "monthly"
time: "08:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 10
assignees:
- "k1LoW"

0 comments on commit 77babfc

Please sign in to comment.