Skip to content

Commit

Permalink
fix: update dependencies (#5)
Browse files Browse the repository at this point in the history
* fix: update dependencies

* bump flatbuffers version

* set to manual release trigger
  • Loading branch information
patrick-zippenfenig authored Jun 5, 2024
1 parent 569d93c commit 3efe1f2
Show file tree
Hide file tree
Showing 4 changed files with 2,370 additions and 2,204 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "13:00"
open-pull-requests-limit: 10
reviewers:
- patrick.zippenfenig
allow:
- dependency-type: direct
commit-message:
prefix: "fix: "
groups:
semantic:
patterns:
- "@semantic-release/*"
- "semantic-release"
- "semantic-release-pypi"
- "conventional-changelog-conventionalcommits"
- "typescript"
- "gradle-semantic-release-plugin"
- "@droidsolutions-oss/semantic-release-nuget"
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
# https://github.com/ryansonshine/ryansonshine/blob/main/.github/workflows/release.yml
# maybe have to add `npm pkg delete scripts.prepare` to fix husky
name: Release

#on:
# push:
# branches:
# - main

on:
push:
branches:
- main
workflow_dispatch:

jobs:
release:
permissions:
Expand Down
Loading

0 comments on commit 3efe1f2

Please sign in to comment.