You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/02/01 04:57:20 UTC

(superset) branch master updated: chore(dependencies): Push lockfile for monorepo updates on rebuild/rebase (#26943)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new eb257a44f6 chore(dependencies): Push lockfile for monorepo updates on rebuild/rebase (#26943)
eb257a44f6 is described below

commit eb257a44f6225143920894350032223c0c0060b9
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Wed Jan 31 21:57:13 2024 -0700

    chore(dependencies): Push lockfile for monorepo updates on rebuild/rebase (#26943)
---
 .github/workflows/update-monorepo-lockfiles.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/update-monorepo-lockfiles.yml b/.github/workflows/update-monorepo-lockfiles.yml
index 409f9b8029..e5af99f861 100644
--- a/.github/workflows/update-monorepo-lockfiles.yml
+++ b/.github/workflows/update-monorepo-lockfiles.yml
@@ -6,7 +6,7 @@ on:
       - 'superset-frontend/packages/**/package.json'
       - 'superset-frontend/plugins/**/package.json'
     # Trigger this workflow when Dependabot creates a pull request
-    types: [opened]
+    types: [opened, synchronize, reopened]
 
 jobs:
   update-lock-file: