Skip to content

Commit

Permalink
Fix incorrect dependabot file name (#135)
Browse files Browse the repository at this point in the history
 - Fixes incorrect dependabot file name.

 - Sets frequency to daily rather than weekly.
  • Loading branch information
kiancross committed Jul 14, 2021
1 parent 347c512 commit 58ca3d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/depandabot.yml → .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"

0 comments on commit 58ca3d6

Please sign in to comment.