Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(main) Improve dependency management #690

Merged

Conversation

abelsromero
Copy link
Member

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Documentation
  • Refactor
  • Build improvement
  • Other (please describe)

What is the goal of this pull request?

I've seen some dependency bumps missing from Dependabot. I don't see an exact reason, for instance, some plugins in pluginManagement received a bump PR, but others don't. Same for some dependencies.
The main goal of this PR is to increase Dependabot to daily schedule to see if those missing dependencies are detected at some point.
It also includes other changes are relted to dependency management.

  • Set Dependabot interval to 'daily'
  • Set jacoco version directly for better Dependabot recognition
  • Removed unnecessary property 'project.execution.environment'
  • Move coveralls plugin to parent 'pluginManagement' for better Dependabot recognition

Are there any alternative ways to implement this?

no

Are there any implications of this pull request? Anything a user must know?

n/a

Is it related to an existing issue?

  • Yes
  • No

Finally, please add a corresponding entry to CHANGELOG.adoc

* Set Dependabot interval to 'daily'
* Set jacoco version directly for better Dependabot recognition
* Removed unnecessary property 'project.execution.environment'
* Move coveralls plugin to parent 'pluginManagement' for better Dependabot recognition
@abelsromero abelsromero merged commit 50399fd into asciidoctor:main Dec 29, 2023
18 checks passed
@abelsromero
Copy link
Member Author

It seemed it worked, we have now a bunch of PRs
image

@abelsromero abelsromero deleted the chore-dependencies-maintenance branch February 11, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant