Commit e791977
committed
Fix Dependabot target path for Python dependencies
When the project was migrated to using Poetry as the dependencies management system, the dependencies metadata file was
moved from the Python project subfolder to the root of the repository, where it can be used to manage all development
tool dependencies in addition to the Python code dependencies.
The Dependabot configuration file was not updated accordingly at that time.1 parent 5bf853c commit e791977
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments