Skip to content

Commit

Permalink
added dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
pgvishnuram committed Jan 3, 2022
1 parent 5bf9f2b commit e9cf300
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Configuration: https://dependabot.com/docs/config-file/
# Docs: https://docs.github.com/en/github/administering-a-repository/keeping-your-dependencies-updated-automatically

version: 2

updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
allow:
- dependency-type: "all"
commit-message:
prefix: ":arrow_up:"
open-pull-requests-limit: 50

0 comments on commit e9cf300

Please sign in to comment.