Skip to content

Commit

Permalink
💚 Add Github Actions to dependabot.yml (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
roniemartinez authored Jan 22, 2023
1 parent cbe9c30 commit 136ef39
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values

# Enable version updates for Python
- package-ecosystem: "pip"
directory: "/" # Location of package manifests
schedule:
interval: "daily"

# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "daily"

0 comments on commit 136ef39

Please sign in to comment.