Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tracking: Add dependabot to update Github Action versions #31

@alexfikl

Description

@alexfikl

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:)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions