Skip to content

How do I use Dependabot to keep this action up to date? #1004

Answered by JamesIves
JamesIves asked this question in Q&A
Discussion options

You must be logged in to vote

To have Dependabot create version bump pull requests within your project simply add a .github/dependabot.yml file with the following:

version: 2
updates:
  - package-ecosystem: github-actions
    directory: '/'
    schedule:
      interval: daily
      time: '10:00'
    open-pull-requests-limit: 10

Dependabot will create daily checks against your project and make pull requests for you increasing the version number whenever a newer iteration of the action is available. You can learn more about Dependabot here.

Replies: 2 comments 2 replies

Comment options

JamesIves
Jan 12, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by JamesIves
Comment options

You must be logged in to vote
2 replies
@JamesIves
Comment options

JamesIves Feb 17, 2022
Maintainer Author

@yanntm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants