Add config to uptake GitHub's native Dependabot with auto-merge action

This commit is contained in:
Jasmine Schladen
2021-03-16 15:39:22 -07:00
parent e5eba715b6
commit dc1f1c247a
2 changed files with 29 additions and 0 deletions

15
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,15 @@
version: 2
updates:
- directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "08:00"
timezone: "America/Los_Angeles"
package-ecosystem: "pip"
reviewers:
- "hosseinsh"
- "csine-nflx"
- "charhate"
- "jtschladen"
versioning-strategy: lockfile-only