You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/10/02 12:01:43 UTC

[isis] branch master updated: troubleshooting dependabot: 'Cannot read TLS response'

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 41f15aa  troubleshooting dependabot: 'Cannot read TLS response'
41f15aa is described below

commit 41f15aafdcd3d5a73fa97ba6318fbaaadedf245a
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat Oct 2 14:01:34 2021 +0200

    troubleshooting dependabot: 'Cannot read TLS response'
---
 .github/dependabot.yml | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2a01798..6a0ee09 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -13,13 +13,6 @@ updates:
     schedule:
       interval: "daily"
 
-  # Maintain dependencies for npm
-  - package-ecosystem: "npm"
-    target-branch: "master"
-    directory: "/"
-    schedule:
-      interval: "daily"
-
   # Maintain dependencies for Maven
   - package-ecosystem: "maven"
     target-branch: "master"
@@ -28,10 +21,8 @@ updates:
       interval: "daily"
     # Allow up to 10 open pull requests for maven dependencies
     open-pull-requests-limit: 20
+    ignore:
+      - dependency-name: "spring-boot-*"
+        # troubleshooting dependabot: 'Cannot read TLS response'
+
 
-  # Maintain dependencies for Gradle
-  - package-ecosystem: "gradle"
-    target-branch: "master"
-    directory: "/" # Location of package manifests
-    schedule:
-      interval: "daily"