You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2024/04/18 19:14:58 UTC

(logging-parent) branch main updated: Add npm support to dependabot

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

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new dfcf14a  Add npm support to dependabot
dfcf14a is described below

commit dfcf14ab41f763284fdc326c5abb6377bbc1317b
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Thu Apr 18 21:14:54 2024 +0200

    Add npm support to dependabot
---
 .github/dependabot.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 3e9bf9e..e88ba5b 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -38,3 +38,8 @@ updates:
     directory: "/"
     schedule:
       interval: daily
+
+  - package-ecosystem: npm
+    directory: "/"
+    schedule:
+      interval: daily