Skip to content

Commit 37aa622

Browse files
authored
Trackback for whatwg dependencies (#5047)
1 parent 263e302 commit 37aa622

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ jobs:
5656
run: yarn install --ignore-engines && git checkout yarn.lock
5757
- name: Type Check
5858
run: yarn ts:check
59+
- uses: the-guild-org/shared-config/release-trackback@main
60+
if: ${{ always() }}}
61+
with:
62+
token: ${{ secrets.GUILD_BOT_TOKEN }}
63+
relevantPackages: |
64+
@whatwg-node/*
5965
test:
6066
name: Unit Test on Node ${{matrix.node-version}} (${{matrix.os}}) and GraphQL v${{matrix.graphql_version}}
6167
runs-on: ${{matrix.os}}

renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
"automerge": false
77
},
88
"packageRules": [
9+
{
10+
"groupName": "whatwg-node",
11+
"matchPackageNames": ["@whatwg-node/*"],
12+
"prPriority": 21,
13+
"ignoreUnstable": false,
14+
"respectLatest": false,
15+
"automerge": false,
16+
"allowedVersions": "/^([0-9]+).([0-9]+)(?:.([0-9]+))?(-rc-.+)?$/"
17+
},
918
{
1019
"excludePackagePatterns": [
1120
"@changesets/*",

0 commit comments

Comments
 (0)