Skip to content

Commit

Permalink
chore: add dependabot.yml to enable automatic PRs
Browse files Browse the repository at this point in the history
Add a basic `dependabot.yml` so that PRs will be automatically
generated to update the versions of the dependencies on a weekly
basis.

More information here:
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates

Once this is merged then Dependabot will propose PRs to update
dependencies.
  • Loading branch information
JohnVillalovos committed Aug 22, 2023
1 parent 49dde75 commit f20d02b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit f20d02b

Please sign in to comment.