Skip to content

Commit 3aabd75

Browse files
committed
adjust dependabot config
1 parent 97210da commit 3aabd75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ updates:
1212
npm-bump:
1313
applies-to: version-updates
1414
update-types:
15-
- "version-update:semver-patch"
16-
- "version-update:semver-minor"
15+
- "patch"
16+
- "minor"
1717
- package-ecosystem: cargo
1818
directory: /server
1919
schedule:
@@ -22,7 +22,7 @@ updates:
2222
cargo-bump:
2323
applies-to: version-updates
2424
update-types:
25-
- "version-update:semver-patch"
26-
- "version-update:semver-minor"
25+
- "patch"
26+
- "minor"
2727
# TODO: https://github.com/dependabot/dependabot-core/issues/4009
2828
# versioning-strategy: "increase-if-necessary"

0 commit comments

Comments
 (0)