Skip to content

Commit

Permalink
chore: add Dependabot (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed May 28, 2023
1 parent cbdec91 commit 9accf03
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions .github/dependabot.yaml
@@ -0,0 +1,38 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
time: "10:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "build"
include: "scope"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
time: "10:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "build"
include: "scope"
- package-ecosystem: "npm"
directory: "/ui"
schedule:
interval: "monthly"
time: "10:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "build"
include: "scope"
- package-ecosystem: "pip"
directory: "/python"
schedule:
interval: "monthly"
time: "10:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "build"
include: "scope"
2 changes: 1 addition & 1 deletion .github/workflows/cla.yaml
Expand Up @@ -24,4 +24,4 @@ jobs:
custom-allsigned-prcomment: "All Contributors have signed the CLA."
lock-pullrequest-aftermerge: false
branch: "main"
allowlist: github-actions,renovate[bot]
allowlist: github-actions,renovate[bot],dependabot[bot]

0 comments on commit 9accf03

Please sign in to comment.