You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2021/11/16 20:20:13 UTC

[superset] branch master updated: chore: Ignore docs directory for dependabot (#17451)

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

hugh 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 34d7f0a  chore: Ignore docs directory for dependabot (#17451)
34d7f0a is described below

commit 34d7f0a860caa254f45bec55dc893f8a5997b8cb
Author: Hugh A. Miles II <hu...@gmail.com>
AuthorDate: Tue Nov 16 15:18:37 2021 -0500

    chore: Ignore docs directory for dependabot (#17451)
    
    * Ignore docs directory
    
    * fix
---
 .github/dependabot.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8f06abe..493868e 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -21,3 +21,9 @@ updates:
     schedule:
       interval: "daily"
     open-pull-requests-limit: 0
+
+  - package-ecosystem: "npm"
+    directory: "/docs/"
+    schedule:
+      interval: "daily"
+    open-pull-requests-limit: 0