Skip to content

Commit

Permalink
chore: add Dependabot configuration for Go modules and GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iktakahiro committed Dec 4, 2024
1 parent 7f8e19f commit 367ef79
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "chore(deps)"
groups:
minor-and-patch:
applies-to: version-updates
patterns:
- "*"
update-types:
- minor
- patch
open-pull-requests-limit: 10
target-branch: "develop"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "ci"
groups:
github-actions:
applies-to: version-updates
patterns:
- "*"
open-pull-requests-limit: 10
target-branch: "develop"

0 comments on commit 367ef79

Please sign in to comment.