Skip to content

Commit 07cecf7

Browse files
committed
Ignore @types/node major jumps; keep it in sync with our engine declaration
1 parent 5f17cb7 commit 07cecf7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ updates:
88
cronjob: "0 17 * * 1,2" # At 5pm on Monday and Tuesday - https://crontab.guru/
99
timezone: "America/New_York"
1010
open-pull-requests-limit: 10 # Optional: prevents PR spam by limiting active updates
11+
ignore:
12+
- dependency-name: "@types/node"
13+
update-types: ["version-update:semver-major"]
1114
groups:
1215
devvit:
1316
patterns:

0 commit comments

Comments
 (0)