Skip to content

Commit

Permalink
add GitHub cron to update dependencies every tuesday
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco authored May 1, 2024
1 parent 8a0e780 commit a00853b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "pip"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
day: "tuesday"

0 comments on commit a00853b

Please sign in to comment.