Skip to content

Commit

Permalink
Trackback for whatwg dependencies (#5047)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored Apr 6, 2023
1 parent 263e302 commit 37aa622
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
run: yarn install --ignore-engines && git checkout yarn.lock
- name: Type Check
run: yarn ts:check
- uses: the-guild-org/shared-config/release-trackback@main
if: ${{ always() }}}
with:
token: ${{ secrets.GUILD_BOT_TOKEN }}
relevantPackages: |
@whatwg-node/*
test:
name: Unit Test on Node ${{matrix.node-version}} (${{matrix.os}}) and GraphQL v${{matrix.graphql_version}}
runs-on: ${{matrix.os}}
Expand Down
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
"automerge": false
},
"packageRules": [
{
"groupName": "whatwg-node",
"matchPackageNames": ["@whatwg-node/*"],
"prPriority": 21,
"ignoreUnstable": false,
"respectLatest": false,
"automerge": false,
"allowedVersions": "/^([0-9]+).([0-9]+)(?:.([0-9]+))?(-rc-.+)?$/"
},
{
"excludePackagePatterns": [
"@changesets/*",
Expand Down

0 comments on commit 37aa622

Please sign in to comment.