Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

Commit a5c61fc

Browse files
alejoamirasxorsal
andauthored
fix: ignore types node update on dependabot (#28)
I think this should help with #24 that is currently updating @types/node and it shouldn't. It also disables adding descriptions on the body, which our commitlint configuration only allows a 100 words max. --------- Co-authored-by: xorsal <zorzal@wonderland.xyz>
1 parent 62695ed commit a5c61fc

3 files changed

Lines changed: 50 additions & 276 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ updates:
1212
prefix: "chore"
1313
prefix-development: "chore"
1414
include: "scope"
15+
body: "disable"
16+
# Ignore specific packages
17+
ignore:
18+
- dependency-name: "@types/node"
1519
# Group related dependencies together
1620
groups:
1721
aztec-dependencies:
@@ -36,4 +40,5 @@ updates:
3640
open-pull-requests-limit: 5
3741
commit-message:
3842
prefix: "ci"
39-
include: "scope"
43+
include: "scope"
44+
body: "disable"

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@
2929
"@types/node": "22.5.1",
3030
"@commitlint/cli": "19.8.1",
3131
"@commitlint/config-conventional": "19.8.1",
32-
"@types/jest": "29.5.11",
33-
"@types/mocha": "10.0.6",
3432
"husky": "9.1.7",
3533
"tsx": "4.20.4",
36-
"lint-staged": "15.4.3",
37-
"prettier": "3.4.2",
38-
"typescript": "5.7.2",
34+
"lint-staged": "16.1.5",
35+
"prettier": "3.6.2",
36+
"typescript": "5.9.2",
3937
"vitest": "3.2.4"
4038
},
4139
"config": {

0 commit comments

Comments
 (0)