Validate the wire format against node-smpp and add CI

This commit is contained in:
2026-08-25 16:52:33 +02:00
parent fd2f98464f
commit 2e4699944b
10 changed files with 486 additions and 5 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"description": "typescript-eslint peer-requires TypeScript <6.1, so TS 7 has to wait for it.",
"allowedVersions": "<6.1.0",
"matchPackageNames": ["typescript"]
}
]
}