We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861c330 commit 99a2a8aCopy full SHA for 99a2a8a
2 files changed
.github/dependabot.yml
@@ -4,4 +4,12 @@ updates:
4
- package-ecosystem: "github-actions"
5
directory: "/" # Location of package manifests
6
schedule:
7
- interval: "weekly"
+ interval: "weekly"
8
+ - package-ecosystem: "julia"
9
+ directory: "/"
10
+ schedule:
11
12
+ groups: # uncomment to group all julia package updates into a single PR
13
+ all-julia-packages:
14
+ patterns:
15
+ - "*"
.github/workflows/CompatHelper.yml
0 commit comments