OyvindLGjesdal commented on PR #2786: URL: https://github.com/apache/jena/pull/2786#issuecomment-3045755901
dependabot is still not applying PRs for minor versions of lucene 9, there was a release in 9.12.2 June. Could trying something like ``` @dependabot unignore lucene [< 9, > 10] ``` based on the example in https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates#managing-dependabot-pull-requests-for-grouped-updates-with-comment-commands ``` @dependabot unignore DEPENDENCY_NAME IGNORE_CONDITION closes the current pull request, clears the stored ignore condition, then opens a new pull request that includes available updates for the specified ignore condition. For example, @dependabot unignore express [< 1.9, > 1.8.0] would open a new pull request that includes updates for Express between versions 1.8.0 and 1.9.0. ``` get it working again? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
