Skip to content

Commit

Permalink
Add setting for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Sep 1, 2021
1 parent 686f103 commit 3e02a64
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2

updates:

- package-ecosystem: pip
# setup.py stored in repository root.
directory: '/'
schedule:
interval: daily
assignees:
- sergeyklay

- package-ecosystem: github-actions
# Workflow files stored in the
# default location of `.github/workflows`
directory: '/'
schedule:
interval: daily
assignees:
- sergeyklay

0 comments on commit 3e02a64

Please sign in to comment.