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 c7fe564 commit 444f53eCopy full SHA for 444f53e
.github/dependabot.yml
@@ -1,7 +1,14 @@
1
-# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2
version: 2
3
updates:
4
- package-ecosystem: "github-actions"
5
- directory: "/" # Location of package manifests
+ directory: "/"
6
schedule:
7
interval: "weekly"
+ - package-ecosystem: "julia"
8
9
+ schedule:
10
+ interval: "weekly"
11
+ # groups: # uncomment to group all julia package updates into a single PR
12
+ # all-julia-packages:
13
+ # patterns:
14
+ # - "*"
0 commit comments