Skip to content

Commit 690e300

Browse files
authored
Merge branch 'main' into renovate/zod-4.x
2 parents 3caadd3 + a00b4b9 commit 690e300

File tree

31 files changed

+4834
-1078
lines changed

31 files changed

+4834
-1078
lines changed

.changeset/twelve-horses-sink.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@secustor/backstage-plugin-renovate-backend-module-runtime-direct': major
3+
'@secustor/backstage-plugin-renovate-backend-module-runtime-docker': major
4+
---
5+
6+
Update Renovate to v41. Consult the changelog for breaking changes for its configuration https://github.com/renovatebot/renovate/releases/tag/41.0.0

.claude/settings.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"permissions": {
3+
"defaultMode": "acceptEdits",
4+
"allow": [
5+
"Bash(chmod +x:*)",
6+
"Bash(echo:*)",
7+
"Bash(find:*)",
8+
"Bash(grep:*)",
9+
"Bash(head:*)",
10+
"Bash(yarn build:*)",
11+
"Bash(yarn check)",
12+
"Bash(yarn fix)",
13+
"Bash(yarn jest:*)",
14+
"Bash(yarn lint:*)",
15+
"Bash(yarn lint:fix:*)",
16+
"Bash(yarn prettier:fix:*)",
17+
"Bash(yarn test:*)",
18+
"Bash(yarn test:all:*)",
19+
"Bash(yarn test:jest:*)",
20+
"Bash(yarn tsc:*)",
21+
"Bash(yarn workspace:*)"
22+
],
23+
"deny": []
24+
},
25+
"hooks": {
26+
"Stop": [
27+
{
28+
"hooks": []
29+
}
30+
]
31+
}
32+
}

0 commit comments

Comments
 (0)