This is an automated email from the ASF dual-hosted git repository. apupier pushed a commit to branch apupier-patch-1 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 7b9fbfe7149773036fd0abc0de3fc39d4c7fedf5 Author: Aurélien Pupier <[email protected]> AuthorDate: Tue Jan 2 14:03:02 2024 +0100 Increase max number of opened pull request for depdencies update from Dependabot --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7656ac1cf8b..85374ffafcc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,3 +26,4 @@ updates: directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 20
