Skip to content

Commit

Permalink
chore: update npm dependencies with dependabot (#52)
Browse files Browse the repository at this point in the history
In particular, this will update @maxgraph/core automatically when a new
release is available.
  • Loading branch information
tbouffard committed Oct 13, 2023
1 parent 95d86ba commit 5fd58a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
versioning-strategy: increase
rebase-strategy: "disabled"
commit-message:
prefix: "chore(deps)"
prefix-development: "chore(deps-dev)"
groups:
development-dependencies:
dependency-type: "development"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 5fd58a0

Please sign in to comment.