Skip to content

Commit

Permalink
feat: added dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Mar 2, 2024
1 parent 484368f commit 16e3027
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[workspace]
members = [ "harper-core", "harper-ls", "harper-serve", "harper-wasm"]
resolver = "2"

[profile.release]
opt-level = 3
strip = true

0 comments on commit 16e3027

Please sign in to comment.