You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2021/02/11 19:06:34 UTC

[incubator-flagon-useralejs] branch test updated: fixes minor issue in dependabot configs

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

poorejc pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/test by this push:
     new 94ea41f  fixes minor issue in dependabot configs
94ea41f is described below

commit 94ea41fe5d9366403714d42cf1316c1246bc1df2
Author: poorejc <po...@apache.org>
AuthorDate: Thu Feb 11 14:06:20 2021 -0500

    fixes minor issue in dependabot configs
---
 .github/dependabot.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f432a42..ddfeb18 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -25,6 +25,7 @@ updates:
     ignore:
     # ignore jsdom--will be moved to other testing framework
       - dependency-name: "jsdom"
-    labels: "maintenance"
+    labels:
+      - "maintenance"
     reviewers:
       - 'poorejc'
\ No newline at end of file