Skip to content

Commit c7c73ee

Browse files
committed
Adds dependabot weekly scanning
Updates locked dependencies
1 parent 66dbf31 commit c7c73ee

File tree

2 files changed

+377
-364
lines changed

2 files changed

+377
-364
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
# Package files
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
9+
- package-ecosystem: "github-actions"
10+
# Workflow files stored in the
11+
# default location of `.github/workflows`
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"

0 commit comments

Comments
 (0)