Skip to content

Commit 489f8fd

Browse files
authored
set version strategy to increase - dependabot (#48)
1 parent 543b9e2 commit 489f8fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ updates:
77

88
- package-ecosystem: npm
99
directory: /
10+
versioning-strategy: increase
1011
schedule:
1112
interval: monthly
1213
time: "23:00"
1314
timezone: Europe/London
1415
open-pull-requests-limit: 10
1516
ignore:
1617
- dependency-name: "*"
17-
update-types: ["version-update:semver-major"]
18+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)