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

Tracking: Add dependabot to update Github Action versions #31

Closed
24 tasks done
alexfikl opened this issue Apr 9, 2024 · 3 comments
Closed
24 tasks done

Tracking: Add dependabot to update Github Action versions #31

alexfikl opened this issue Apr 9, 2024 · 3 comments

Comments

@alexfikl
Copy link
Collaborator

alexfikl commented Apr 9, 2024

This just makes a list of all the repos that still need to be dependabot-enabled (see inducer/pytential#226 (comment)). This just means adding a file at .github/dependabot.yml with

version: 2
updates:
    # Set update schedule for GitHub Actions
    - package-ecosystem: "github-actions"
      directory: "/"
      schedule:
          interval: "weekly"

# vim: sw=4

(mostly complete list:)

@alexfikl alexfikl changed the title Add dependabot to update Github Action versions Tracking: Add dependabot to update Github Action versions Apr 9, 2024
@inducer
Copy link
Owner

inducer commented Apr 9, 2024

Thanks for helping stem the tide!

@alexfikl
Copy link
Collaborator Author

@inducer With pytato and pudb, this should now be done. Did I miss anything?

@inducer
Copy link
Owner

inducer commented Apr 13, 2024

Don't think so. And even if so: it can always be done later. :)

@inducer inducer closed this as completed Apr 13, 2024
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

No branches or pull requests

2 participants