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

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


The following commit(s) were added to refs/heads/dependabot-config by this push:
     new df2d0308f2 chore: make dependabot upgrade package.json, and add more 
package.json files to the mix.
df2d0308f2 is described below

commit df2d0308f28a9ef14ba53201b117f3745016f973
Author: Evan Rusackas <[email protected]>
AuthorDate: Fri Jul 29 12:08:32 2022 -0600

    chore: make dependabot upgrade package.json, and add more package.json 
files to the mix.
---
 .github/dependabot.yml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 493868eab9..82dac024eb 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -7,6 +7,7 @@ updates:
     labels:
       - npm
       - dependabot
+    versioning-strategy: increase
 
   - package-ecosystem: "pip"
     directory: "/requirements/"
@@ -21,9 +22,29 @@ updates:
     schedule:
       interval: "daily"
     open-pull-requests-limit: 0
+    versioning-strategy: increase
 
   - package-ecosystem: "npm"
     directory: "/docs/"
     schedule:
       interval: "daily"
     open-pull-requests-limit: 0
+    versioning-strategy: increase
+
+  - package-ecosystem: "npm"
+    directory: "/superset-websocket/"
+    schedule:
+      interval: "daily"
+    labels:
+      - npm
+      - dependabot
+    versioning-strategy: increase
+
+  - package-ecosystem: "npm"
+    directory: "/superset-websocket/utils/client-ws-app/"
+    schedule:
+      interval: "daily"
+    labels:
+      - npm
+      - dependabot
+    versioning-strategy: increase
\ No newline at end of file

Reply via email to