Skip to content

Commit 4348175

Browse files
Update Node.js to v22.14.0 (#22)
* Update Node.js to v22.14.0 * Update renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent af3c7c0 commit 4348175

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

renovate.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
3+
"extends": ["github>the-guild-org/shared-config:renovate"],
4+
"automerge": true,
5+
"rebaseWhen": "conflicted",
6+
"major": {
7+
"automerge": false
8+
},
9+
"lockFileMaintenance": {
10+
"enabled": true,
11+
"automerge": true
12+
},
13+
"packageRules": [
14+
{
15+
"matchUpdateTypes": ["minor", "patch"],
16+
"groupName": "all non-major dependencies",
17+
"groupSlug": "all-minor-patch"
18+
},
519
]
620
}

subgraphs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.4.1-slim
1+
FROM node:22.14.0-slim
22

33
RUN apt-get update && apt-get install -y curl
44

0 commit comments

Comments
 (0)