Skip to content

Commit c43250c

Browse files
committed
sad
1 parent 471695b commit c43250c

File tree

3 files changed

+103
-3
lines changed

3 files changed

+103
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
88
},
99
"dependencies": {
10-
"rollup": "4.50.0"
10+
"rollup": "4.50.0",
11+
"@angular/ssr": "20.0.0"
1112
},
1213
"pnpm": {
1314
"onlyBuiltDependencies": []

pnpm-lock.yaml

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

renovate.json5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
// Schedule Renovate to run during off-peak hours
99
schedule: [
10-
'after 6am on Monday, Wednesday, Friday',
11-
'before 10pm on Monday, Wednesday, Friday',
10+
'after 6am on Monday, Thurday, Friday',
11+
'before 12pm on Monday, Thurday, Friday',
1212
],
1313

1414
prConcurrentLimit: 8,
@@ -28,6 +28,7 @@
2828
},
2929

3030
// Feature disabled: permission to enable vulnerability alerts is not granted
31+
osvVulnerabilityAlerts: true,
3132
vulnerabilityAlerts: {
3233
enabled: false,
3334
},

0 commit comments

Comments
 (0)