Skip to content

Commit

Permalink
chore: enable automatic version updating by Dependabot (DEV-2170) #373
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed May 17, 2023
1 parent e75eb27 commit bd1cfd2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,11 @@
---

# Use Dependabot to automatically keep dependencies updated to the latest version, even when they don’t have any known vulnerabilities
# see https://docs.github.com/en/code-security/dependabot/dependabot-version-updates

version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"

0 comments on commit bd1cfd2

Please sign in to comment.