Skip to content

Commit e791977

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ updates:
1212
labels:
1313
- "topic: infrastructure"
1414
- package-ecosystem: pip
15-
directory: /compilesketches/
15+
directory: /
1616
schedule:
1717
interval: daily
1818
labels:

0 commit comments

Comments
 (0)