We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8113f4 commit c389b39Copy full SHA for c389b39
.github/dependabot.yml
@@ -11,7 +11,7 @@ updates:
11
open-pull-requests-limit: 100
12
13
- package-ecosystem: "pip"
14
- directory: "/App"
+ directory: "/src/App"
15
schedule:
16
interval: "monthly"
17
commit-message:
@@ -20,7 +20,7 @@ updates:
20
21
22
- package-ecosystem: "npm"
23
- directory: "/App/frontend"
+ directory: "/src/App/frontend"
24
25
26
0 commit comments