This is an automated email from the ASF dual-hosted git repository. jacopoc pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit cee34a9f304b53efa12a2f08d8e549c7a18a1899 Author: Jacopo Cappellato <[email protected]> AuthorDate: Tue Jun 23 13:15:37 2026 +0200 Improved: Add daily update schedule for npm dependencies in the framework/rest-api directory --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c6fa757734..33df0769b8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -52,6 +52,11 @@ updates: schedule: interval: "daily" + - package-ecosystem: "npm" + directory: "framework/rest-api" + schedule: + interval: "daily" + - package-ecosystem: "npm" directory: "themes/common-theme/webapp/common-theme/js" target-branch: "release24.09"

