Skip to content

Commit c61da4d

Browse files
author
Max
committed
graphql version, ignore deps
1 parent 3f07fe0 commit c61da4d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.changeset/ten-years-tap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-portal/gateway': patch
3+
---
4+
5+
update graphql to 15.5.3

.github/renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"automerge": false
66
},
77
"labels": ["dependencies"],
8+
"ignoreDeps": [
9+
"date-fns"
10+
],
811
"packageRules": [
912
{
1013
"matchSourceUrlPrefixes": ["https://github.com/Urigo/graphql-modules", "https://github.com/Urigo/graphql-mesh"],
11-
"groupName": "Mesh monorepo",
12-
"excludePackageNames": [
13-
"date-fns"
14-
]
14+
"groupName": "Mesh monorepo"
1515
}
1616
]
1717
}

0 commit comments

Comments
 (0)