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 3572b6b removing JSDOM from ignore list for dependabot.yml
3572b6b is described below
commit 3572b6b57a1046f0ddccaacc9c1213510f306033
Author: poorejc <[email protected]>
AuthorDate: Sat Mar 6 21:24:30 2021 -0500
removing JSDOM from ignore list for dependabot.yml
---
.github/dependabot.yml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index ddfeb18..0890b5f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -22,9 +22,6 @@ updates:
interval: "weekly"
#run dependency checks against test branch, should lead Master branch
target-branch: "test"
- ignore:
- # ignore jsdom--will be moved to other testing framework
- - dependency-name: "jsdom"
labels:
- "maintenance"
reviewers: