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

github: add dependabot configuration #342

Closed

Conversation

marcospereira
Copy link
Contributor

Requirements

Depends on #340.

This requires a change in the repo settings:

=> Settings => Code security and analysis => Dependabot => Dependabot version updates, and then click the enable button.

What?

Add dependabot configuration. For now, this configuration only:

  • Updates GitHub Actions
  • Runs weekly (to avoid noise)

We can later add configuration to update Maven dependencies.

References:

https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates

Copy link

codecov bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.31%. Comparing base (e8fca09) to head (c5885e1).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #342   +/-   ##
=========================================
  Coverage     91.31%   91.31%           
  Complexity     1218     1218           
=========================================
  Files            76       76           
  Lines          3168     3168           
  Branches        493      493           
=========================================
  Hits           2893     2893           
  Misses          164      164           
  Partials        111      111           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@casid
Copy link
Owner

casid commented Apr 5, 2024

Hi @marcospereira, I've enabled dependabot for version updates.

To do that I had to commit a dependabot.yml file. I just copied the one from your Pull Request.

I think you will just need to rebase your branch onto main and this will be good to merge.

@marcospereira marcospereira force-pushed the github/setup-dependabot branch from c5885e1 to 3a9d2b4 Compare April 5, 2024 14:23
@marcospereira marcospereira deleted the github/setup-dependabot branch April 5, 2024 14:23
@marcospereira
Copy link
Contributor Author

Thank you! I will later do some work to add Maven updates here (it should be easy since jte only has a couple of test deps). :-)

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.

2 participants