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 427bc85666 Improved: Update npm dependencies to the latest (OFBIZ-12596) 427bc85666 is described below commit 427bc856660f5a294e7d8399e008c5af480c2b87 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Jun 17 15:28:15 2022 +0200 Improved: Update npm dependencies to the latest (OFBIZ-12596) This supersedes the usage of npx npm-check-updates by automating npm things with Dependabot in GH --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..dd75cc0ba9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "themes\common-theme\webapp\common-theme\js" # Location of package manifests + schedule: + interval: "daily"