Skip to content

Commit

Permalink
Merge pull request #500 from MilesCranmer/init-dependabot
Browse files Browse the repository at this point in the history
Create dependabot.yml
  • Loading branch information
MilesCranmer committed Dec 31, 2023
2 parents d2c9c27 + 103c86f commit d83d731
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,16 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:

- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"

- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"

0 comments on commit d83d731

Please sign in to comment.