Skip to content

Commit 4150905

Browse files
Added a dependabot scanner yaml file #1529
1 parent ce76700 commit 4150905

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Use `allow` to specify which dependencies to maintain
2+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-update
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "pip"
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"
10+
commit-message:
11+
prefix: "pip prod"
12+
prefix-development: "pip dev"
13+
include: "scope"

0 commit comments

Comments
 (0)