Skip to content

Commit 400ff69

Browse files
authored
Merge pull request #179 from aicodingstack/codex/dependabot-pnpm-hardening
fix(deps): align Dependabot with pnpm policy
2 parents 13b67e1 + 3903bbd commit 400ff69

6 files changed

Lines changed: 11 additions & 5 deletions

File tree

.agents/skills/manifest-automation/scripts/automate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ console.log('')
176176
console.log('✅ Ready. The helper prepared instructions; it did not browse or edit files.')
177177
console.log('')
178178

179-
export { type as manifestType, name as manifestName, mode as operationMode }
179+
export { mode as operationMode, name as manifestName, type as manifestType }

.claude/skills/manifest-automation/scripts/automate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ console.log('⚠️ IMPORTANT: After saving the manifest, remember to update gi
188188
console.log('')
189189

190190
// Export helper function for Claude to use in manifest-automation skill
191-
export { updateGithubStarsEntry, type as manifestType, name as manifestName, mode as operationMode }
191+
export { mode as operationMode, name as manifestName, type as manifestType, updateGithubStarsEntry }

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ updates:
88
day: "monday"
99
time: "06:00"
1010
timezone: "UTC"
11+
cooldown:
12+
default-days: 3
1113
open-pull-requests-limit: 10
1214
reviewers:
1315
- "aicodingstack/maintainers"
14-
assignees:
15-
- "aicodingstack/maintainers"
1616
commit-message:
1717
prefix: "chore(deps)"
1818
include: "scope"
@@ -60,6 +60,10 @@ updates:
6060
update-types:
6161
- "minor"
6262
- "patch"
63+
ignore:
64+
- dependency-name: "@types/node"
65+
versions:
66+
- ">=23"
6367

6468
# GitHub Actions
6569
- package-ecosystem: "github-actions"

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.5.6/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"Zekâsı",
6868
"zcode",
6969
"xhigh",
70+
"personalizer",
7071
"Anthropics",
7172
"BYOK",
7273
"Codestral",

public/icon.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)