Skip to content

Commit cf5cf5a

Browse files
authored
chore: ✨ add wiki icon and bump Fern to 5.114.1 (#182)
* chore: 🔧 ✨ add wiki icon and bump Fern to 5.114.1 Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> * chore: 🔧 ⬆️ bump @theholocron/cli to 3.48.0 Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> --------- Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
1 parent 998af63 commit cf5cf5a

6 files changed

Lines changed: 62 additions & 38 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ updates:
88
directory: /
99
schedule:
1010
interval: weekly
11+
commit-message:
12+
prefix: "chore(deps)"
13+
prefix-development: "chore(deps-dev)"
1114
groups:
1215
security-patches:
1316
applies-to: security-updates
@@ -22,6 +25,8 @@ updates:
2225
directory: /
2326
schedule:
2427
interval: weekly
28+
commit-message:
29+
prefix: "chore(deps)"
2530
groups:
2631
all-actions:
2732
patterns:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AUTO-GENERATED — do not edit directly.
22
# Source: theholocron/holocron · packages/cli/src/commands/setup-workflows.ts
3-
# Tool: holocron sync-github
4-
# Changes: edit source in theholocron/holocron and push to alpha or main.
3+
# Tool: holocron setup
4+
# Changes: run `holocron setup` to regenerate.
55
name: Release
66

77
on: # yamllint disable-line rule:truthy

fern/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "holocron",
3-
"version": "5.35.4"
3+
"version": "5.114.1"
44
}

holocron.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ export default defineConfig({
2727
"sync",
2828
{ name: "deploy", with: { type: "docs", name: "node-template" }, paths: ["docs/**"] },
2929
],
30-
providers: { ...providers, secrets: "github" },
30+
providers: {
31+
...providers,
32+
secrets: "github",
33+
wiki: ["fern", { domain: "wiki.theholocron.dev", fernOrg: "holocron", icon: "fa-duotone fa-copy" }],
34+
},
3135
agent: "claude",
3236
skills: ["git-safety", "pr-workflow", "commit-standards", "security-review"],
3337
});

0 commit comments

Comments
 (0)