jbonofre opened a new issue, #1991: URL: https://github.com/apache/karaf/issues/1991
Today, even if dependabot is enabled, the daily execution fails with the following error: ``` updater | 2025/08/29 20:20:58 ERROR <job_1087021425> Error during file fetching; aborting: Is a directory @ io_fread - /home/dependabot/dependabot-updater/repo/specs/java.xml updater | 2025/08/29 20:20:58 ERROR <job_1087021425> Is a directory @ io_fread - /home/dependabot/dependabot-updater/repo/specs/java.xml updater | 2025/08/29 20:20:58 ERROR <job_1087021425> /home/dependabot/common/lib/dependabot/file_fetchers/base.rb:235:in 'IO.read' updater | 2025/08/29 20:20:58 ERROR <job_1087021425> /home/dependabot/common/lib/dependabot/file_fetchers/base.rb:235:in 'Dependabot::FileFetchers::Base#load_cloned_file_if_present' ``` It seems that a directory in the the source repository is considered as a file by dependabot. I will run locally and investigate. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
