This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new a88bd3b410 Improved: Update npm dependencies to the latest (OFBIZ-12596) a88bd3b410 is described below commit a88bd3b4108fbc635cba4e3506a9ccd75e7be885 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Jun 17 15:44:20 2022 +0200 Improved: Update npm dependencies to the latest (OFBIZ-12596) Dependabot does not support paths with "\" as in Windows --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dd75cc0ba9..4f93bb8173 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values - directory: "themes\common-theme\webapp\common-theme\js" # Location of package manifests + directory: "themes/common-theme/webapp/common-theme/js" # Location of package manifests schedule: interval: "daily"