Skip to content

Commit

Permalink
Configure Renovate for RC releases of Tools and whatwg-node (#9423)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan authored May 17, 2023
1 parent 05bc5b8 commit dcb8131
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
{
"extends": ["github>the-guild-org/shared-config:renovate"]
"extends": ["github>the-guild-org/shared-config:renovate"],
"packageRules": [
{
"groupName": "whatwg-node",
"matchPackagePrefixes": ["@whatwg-node"],
"prPriority": 30,
"ignoreUnstable": false,
"respectLatest": false,
"automerge": false,
"allowedVersions": "/^([0-9]+).([0-9]+)(?:.([0-9]+))?(-rc-.+)?$/"
},
{
"groupName": "graphql-tools",
"matchPackagePrefixes": ["@graphql-tools"],
"prPriority": 30,
"ignoreUnstable": false,
"respectLatest": false,
"automerge": false,
"allowedVersions": "/^([0-9]+).([0-9]+)(?:.([0-9]+))?(-rc-.+)?$/"
}
]
}

0 comments on commit dcb8131

Please sign in to comment.