Skip to content

Commit a813bf6

Browse files
chore: update dependabot to manage pip ecosystem (#289)
start chipping away at security vulnerabilities Signed-off-by: Nathan Weinberg <nathansweinberg@gmail.com>
1 parent b4a6008 commit a813bf6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
# Check for updates to GitHub Actions every week
6+
interval: "weekly"
7+
- package-ecosystem: "pip"
8+
directory: "/"
9+
schedule:
710
interval: "weekly"

0 commit comments

Comments
 (0)