Skip to content

Commit e697b72

Browse files
authored
Fix dependabot (#34)
* Fix dependabot * 7.2.4-alpha.1
1 parent 4bb7640 commit e697b72

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ updates:
1010
interval: "daily"
1111
time: "06:30"
1212
timezone: "Europe/Helsinki"
13-
target: "dependencies"
13+
target-branch: "dependencies"
1414

1515

1616
# Minor updates to npm production dependencies daily
@@ -23,7 +23,7 @@ updates:
2323
versioning-strategy: lockfile-only
2424
allow:
2525
- dependency-type: "production"
26-
target: "dependencies"
26+
target-branch: "dependencies"
2727

2828
# Major updates to npm dependencies weekly @tuesday
2929
# Not possible yet https://github.com/dependabot/dependabot-core/issues/1778

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"url": "[email protected]:natlibfi/marc-record-js.git"
2626
},
2727
"license": "MIT",
28-
"version": "7.2.3",
28+
"version": "7.2.4-alpha.1",
2929
"main": "./dist/index.js",
3030
"engines": {
3131
"node": ">=14"

0 commit comments

Comments
 (0)