Skip to content

Commit 9de551a

Browse files
authored
Dependency & maintenance update (#94, #102) (#95)
Dependency & maintenance update (#94) * Bump natural from 6.7.1 to 6.8.0 (#93) * Bump winston from 3.10.0 to 3.11.0 (#92) * Bump isbn3 from 1.1.41 to 1.1.42 (#91) * Bump uuid from 9.0.0 to 9.0.1 (#90) * Update deps * Update dependabot * Bump @natlibfi/melinda-commons from 13.0.6 to 13.0.7 (#96) * Bump @babel/traverse from 7.22.15 to 7.23.2 (#97) Dependency & Maintenance update (#102) * Bump @natlibfi/marc-record-serializers from 10.1.1 to 10.1.2 (#101) * Bump isbn3 from 1.1.42 to 1.1.43 (#100) * Bump actions/setup-node from 3 to 4 (#99) * Update deps * Update marc-record: v8.0.0 * Update eslintConfig * 4.2.1-alpha.5
1 parent f23c568 commit 9de551a

File tree

4 files changed

+1121
-715
lines changed

4 files changed

+1121
-715
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 4 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-branch: "dependencies"
13+
target-branch: "next"
1414

1515
# Minor updates to npm production dependencies daily
1616
- package-ecosystem: "npm"
@@ -20,9 +20,14 @@ updates:
2020
time: "06:45"
2121
timezone: "Europe/Helsinki"
2222
versioning-strategy: lockfile-only
23-
allow:
24-
- dependency-type: "production"
25-
target-branch: "dependencies"
23+
target-branch: "next"
24+
pull-request-branch-name:
25+
separator: "-"
26+
groups:
27+
production-dependencies:
28+
dependency-type: "production"
29+
development-dependencies:
30+
dependency-type: "development"
2631

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

.github/workflows/melinda-node-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout the code
1919
uses: actions/checkout@v4
2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
cache: 'npm'
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v4
6262
# Setup .npmrc file to publish to npm
63-
- uses: actions/setup-node@v3
63+
- uses: actions/setup-node@v4
6464
with:
6565
node-version: '18.x'
6666
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)