Skip to content

Commit a3999c1

Browse files
committed
Limit dependabot scope to linters
1 parent c233e78 commit a3999c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.dependabot/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ update_configs:
33
- package_manager: "python"
44
directory: "/"
55
update_schedule: "monthly"
6+
allowed_updates:
7+
# Top-level requirements.txt / linters only
8+
- match:
9+
dependency_name: "flake8"
10+
- match:
11+
dependency_name: "black"

0 commit comments

Comments
 (0)