Skip to content

Commit e69e7cd

Browse files
authored
Merge branch 'main' into ft/graphstyle
2 parents 3dd532c + b3abd87 commit e69e7cd

File tree

4 files changed

+308
-564
lines changed

4 files changed

+308
-564
lines changed

.github/renovate.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@
88
"npm:unpublishSafe",
99
":disableDependencyDashboard"
1010
],
11+
"prCreation": "not-pending",
1112
"packageRules": [
1213
{
1314
"groupName": "@ui5/webcomponents packages",
14-
"matchPackageNames": ["@ui5/webcomponents{/,}**"]
15+
"matchPackageNames": [
16+
"@ui5/webcomponents{/,}**"
17+
]
1518
}
1619
]
17-
}
20+
}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# BUILD STAGE
2-
FROM node:24-slim@sha256:76d0ed0ed93bed4f4376211e9d8fddac4d8b3fbdb54cc45955696001a3c91152 AS build-stage
2+
FROM node:24-slim@sha256:f752e4821362614eab35016f01dea3af61d2f59d0445381c25683e4331520a7b AS build-stage
33
WORKDIR /usr/src/app
44

55
# Copy package.json and package-lock.json

0 commit comments

Comments
 (0)