Skip to content

Would be nice to have a cache@latest action #37052

Answered by henrygab
JeffFessler asked this question in Actions
Discussion options

You must be logged in to vote

A better answer is to have dependabot enabled, so you automatically get PRs generated for updates to your dependencies.

Realizing that dependabot exists more difficult than using it:

  1. In github UI at the root of your depot, choose the "Settings" tab.
  2. Next, select "Code security and analysis" from the left column of options.
  3. Enable the various dependabot options.
  4. Edit your configuration as needed. See docs for dependabot configuration details.

Here's an example configuration that updates Github Actions configuration (action versions, etc.):

version: 2
updates:
  - package-ecosystem: github-actions
    directory: "/"
    schedule:
      interval: "weekly"
    assignees:
      - "JeffFessler"

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

@JeffFessler
Comment options

Answer selected by JeffFessler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Product Feedback
4 participants