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-plugins.git
The following commit(s) were added to refs/heads/trunk by this push:
new 9cbb5d5f6 Restore /rest-api directory in dependabot.yml for
release24.09 branch
9cbb5d5f6 is described below
commit 9cbb5d5f614a471839ab105a4c98590e27c11b56
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Tue Jun 16 11:57:16 2026 +0200
Restore /rest-api directory in dependabot.yml for release24.09 branch
The rest-api plugin was moved into the framework only on the trunk branch;
it still exists as a standalone plugin in the release24.09 branch.
---
.github/dependabot.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 659661618..56a857750 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -49,6 +49,7 @@ updates:
- "/ldap"
- "/lucene"
- "/pricat"
+ - "/rest-api"
target-branch: "release24.09"
schedule:
interval: "daily"