Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/bump-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
commit-message: 'chore(release): bump package versions'
branch: ci/bump-packages
title: 'chore(release): bump package versions'
labels: no-title-validation
labels: |
no-title-validation
bot
author: '${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>'
body: >-
<p>This PR is autogenerated and updates the version of every package
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/update-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ jobs:
commit-message: 'chore(deps): update ${{ matrix.group_name }} to latest'
branch: ci/update-${{ matrix.group_name }}
title: 'chore(deps): update ${{ matrix.group_name }} to latest'
labels: no-title-validation
labels: |
no-title-validation
bot
author: '${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>'
body: |
<p>This PR is automatically generated and updates the versions of
Expand Down
3 changes: 1 addition & 2 deletions scripts/update-dependencies-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
'eslint-plugin-react',
'eslint-plugin-react-hooks',
],
typescript: ['typescript', 'ts-node'],
typescript: ['@microsoft/api-extractor', 'typescript', 'ts-node'],
leafygreen: [
'@emotion/*',
'@leafygreen-ui/*',
Expand All @@ -32,6 +32,5 @@ module.exports = {
// TODO(COMPASS-9443): Update update-* github actions to handle all groups as
// a matrix inside one action instead of having separate action for every
// group and add more groups following the ones in _dependabot
// mongosh: [],
// 'devtools-shared-prod': [],
};
Loading