Skip to content

Commit

Permalink
Merge pull request #213 from jonhoo/bump
Browse files Browse the repository at this point in the history
cargo update && npm upgrade -S
  • Loading branch information
jonhoo authored Jan 5, 2025
2 parents 34f6fa0 + 3aabd75 commit 5a36dc4
Show file tree
Hide file tree
Showing 4 changed files with 213 additions and 209 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ updates:
npm-bump:
applies-to: version-updates
update-types:
- "version-update:semver-patch"
- "version-update:semver-minor"
- "patch"
- "minor"
- package-ecosystem: cargo
directory: /server
schedule:
Expand All @@ -22,7 +22,7 @@ updates:
cargo-bump:
applies-to: version-updates
update-types:
- "version-update:semver-patch"
- "version-update:semver-minor"
- "patch"
- "minor"
# TODO: https://github.com/dependabot/dependabot-core/issues/4009
# versioning-strategy: "increase-if-necessary"
Loading

0 comments on commit 5a36dc4

Please sign in to comment.