Skip to content

Commit

Permalink
ci(deps): Fix dependabot config (ROCm#2023)
Browse files Browse the repository at this point in the history
The manifests are in the docs/.sphinx directory.
  • Loading branch information
Mészáros Gergely authored Apr 6, 2023
1 parent 08d8d26 commit fa298ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
directory: "/docs/.sphinx" # Location of package manifests
open-pull-requests-limit: 10
schedule:
interval: "daily"

0 comments on commit fa298ef

Please sign in to comment.