Skip to content

Commit 828e829

Browse files
committed
update renovate
1 parent 6bec4a5 commit 828e829

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

examples/aggregations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"test": "graph test"
1818
},
1919
"dependencies": {
20-
"@graphprotocol/graph-cli": "0.90.1",
2120
"@graphprotocol/graph-ts": "^0.35.1"
2221
},
2322
"devDependencies": {
23+
"@graphprotocol/graph-cli": "0.90.1",
2424
"matchstick-as": "0.6.0"
2525
}
2626
}

examples/arweave-blocks-transactions/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
"deploy-local": "graph deploy arweave-example -l v0.1.0 --ipfs http://localhost:5001 --node http://localhost:8020",
1919
"remove-local": "graph remove arweave-example --node http://localhost:8020"
2020
},
21-
"devDependencies": {
22-
"@graphprotocol/graph-cli": "0.90.1",
21+
"dependencies": {
2322
"@graphprotocol/graph-ts": "0.35.1"
23+
},
24+
"devDependencies": {
25+
"@graphprotocol/graph-cli": "0.90.1"
2426
}
2527
}

renovate.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"prConcurrentLimit": 25,
4-
"reviewers": ["YaroShkvorets", "0237h"],
54
"automerge": true,
65
"major": {
76
"automerge": false
@@ -24,11 +23,6 @@
2423
"matchManagers": ["cargo"],
2524
"enabled": false
2625
},
27-
{
28-
"matchUpdateTypes": ["minor", "patch"],
29-
"matchPackageNames": ["/^typescript/", "/^@theguild//"],
30-
"groupName": null
31-
},
3226
{
3327
"matchFileNames": ["package.json", "packages/**"],
3428
"matchUpdateTypes": ["minor", "patch"],
@@ -46,6 +40,11 @@
4640
"matchUpdateTypes": ["minor", "patch"],
4741
"groupName": "website dependencies",
4842
"groupSlug": "website-minor-patch"
43+
},
44+
{
45+
"matchUpdateTypes": ["minor", "patch"],
46+
"matchPackageNames": ["typescript", "@theguild/**"],
47+
"groupName": null
4948
}
5049
]
5150
}

0 commit comments

Comments
 (0)