osl-incubator / scicookie

Cookiecutter template for a Python package.
https://osl-incubator.github.io/scicookie
Other
11 stars 18 forks source link

Create `.github/dependabot.yaml` #207

Closed Saransh-cpp closed 5 months ago

Saransh-cpp commented 5 months ago

It would be nice to automatically update a few dependencies in scicookie using dependabot (for instance, see #190).

I'll install dependabot in this repository once someone creates a PR to add the yaml file. The file can look something like this -

version: 2
updates:
  # Maintain dependencies for GitHub Actions
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    # group updates in a single PR
    groups:
      actions:
        patterns:
          - "*"
github-actions[bot] commented 4 months ago

:tada: This issue has been resolved in version 0.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: