We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d569b commit d693114Copy full SHA for d693114
.github/dependabot.yml
@@ -5,3 +5,9 @@ updates:
5
directory: "/" # Location of package manifests
6
schedule:
7
interval: "monthly"
8
+ - package-ecosystem: "julia"
9
+ directories: # Location of Julia projects
10
+ - "/"
11
+ - "/docs"
12
+ schedule:
13
+ interval: "weekly"
0 commit comments