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 2020/09/20 07:15:57 UTC

[isis] branch master updated: ISIS-2341: dependabot: add checks for github-actions and npm

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 80bcdfd  ISIS-2341: dependabot: add checks for github-actions and npm
80bcdfd is described below

commit 80bcdfdd17ccc2766684ac5b23024051a510657b
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sun Sep 20 09:15:49 2020 +0200

    ISIS-2341: dependabot: add checks for github-actions and npm
---
 .github/dependabot.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f0aab15..5f8716d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,11 +5,26 @@
 
 version: 2
 updates:
+
+  # Maintain dependencies for GitHub Actions
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+
+  # Maintain dependencies for npm
+  - package-ecosystem: "npm"
+    directory: "/"
+    schedule:
+      interval: "daily"
+
+  # Maintain dependencies for Maven
   - package-ecosystem: "maven"
     directory: "/" # Location of package manifests
     schedule:
       interval: "daily"
 
+  # Maintain dependencies for Gradle
   - package-ecosystem: "gradle"
     directory: "/" # Location of package manifests
     schedule: