Skip to content

Commit

Permalink
[draft]: Added dependabot.yml config file
Browse files Browse the repository at this point in the history
* Append commit message prefix with draft mode initially.
  We shall review PR then figure whether proceed trigger
  running ci build or skip otherwise.
  • Loading branch information
victorskl committed Aug 16, 2024
1 parent 8ed1ce2 commit e5d434e
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@
# See https://github.com/umccr/orcabus/issues/455

version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "09:00"
timezone: "Australia/Melbourne"
commit-message:
prefix: "[draft]"
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ skel/
docs/
openapi/
venv/
.github/

0 comments on commit e5d434e

Please sign in to comment.