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 bac2eb5 commit 0bfd2edCopy full SHA for 0bfd2ed
.github/dependabot.yml
@@ -2,7 +2,9 @@ version: 2
2
enable-beta-ecosystems: true
3
updates:
4
- package-ecosystem: "julia"
5
- directory: "/"
+ directories: # Location of Julia projects
6
+ - "/"
7
+ - "/docs"
8
schedule:
9
interval: "weekly"
10
- package-ecosystem: "github-actions"
0 commit comments