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

Allow dependabot to keep github actions up-to-date #3149

Merged
merged 1 commit into from
Jan 11, 2021
Merged

Allow dependabot to keep github actions up-to-date #3149

merged 1 commit into from
Jan 11, 2021

Conversation

jlosito
Copy link
Contributor

@jlosito jlosito commented Jan 10, 2021

What this PR does / why we need it:

This change allows dependabot to check any GitHub action which this project uses on a weekly basis and submit PRs with version bumps in order to keep packages up-to-date.

https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot

I don't necessarily believe that this project needs it, rather its more of a chore or a nice to have.

Which issue(s) this PR fixes:
None.

Special notes for your reviewer:

The grafana project currently makes use of this.

https://github.com/grafana/grafana/blob/master/.github/dependabot.yml

Checklist

  • Documentation added
  • Tests updated

@CLAassistant
Copy link

CLAassistant commented Jan 10, 2021

CLA assistant check
All committers have signed the CLA.

@codecov-io
Copy link

Codecov Report

Merging #3149 (e7bfe88) into master (6dc8bee) will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3149      +/-   ##
==========================================
- Coverage   63.33%   63.28%   -0.05%     
==========================================
  Files         188      188              
  Lines       16305    16305              
==========================================
- Hits        10326    10318       -8     
- Misses       5037     5048      +11     
+ Partials      942      939       -3     
Impacted Files Coverage Δ
pkg/promtail/positions/positions.go 46.80% <0.00%> (-11.71%) ⬇️
pkg/promtail/targets/file/filetarget.go 66.43% <0.00%> (+2.09%) ⬆️

Copy link
Member

@owen-d owen-d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, thanks!

@owen-d owen-d merged commit cfbc5f8 into grafana:master Jan 11, 2021
@jlosito jlosito deleted the dependabot-config branch January 11, 2021 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants