Skip to content

Commit 889e7d4

Browse files
committed
Add disabled renovate config
1 parent b7fa8ab commit 889e7d4

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@api3/dcomp",
33
"license": "MIT",
4+
"packageManager": "[email protected]",
5+
"engines": {
6+
"pnpm": "^10.28.0"
7+
},
48
"scripts": {
59
"build": "hardhat --config hardhat.build.config.ts compile",
610
"coverage": "hardhat coverage",
@@ -34,6 +38,5 @@
3438
"typechain": "^8.3.2",
3539
"typescript": "^5.9.3",
3640
"typescript-eslint": "^8.51.0"
37-
},
38-
"packageManager": "[email protected]"
41+
}
3942
}

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# See: https://pnpm.io/supply-chain-security
2+
blockExoticSubdeps: true
3+
minimumReleaseAge: 20160 # 14 days (keep in sync with Renovate config)

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["local>api3dao/renovate-config"],
4+
"enabled": false
5+
}

0 commit comments

Comments
 (0)