We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c150fa + eb277f9 commit d8e32baCopy full SHA for d8e32ba
.github/dependabot.yml
@@ -1,7 +1,19 @@
1
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2
+# Julia support: https://discourse.julialang.org/t/psa-github-dependabot-now-supports-julia/134997
3
version: 2
4
updates:
5
- package-ecosystem: "github-actions"
6
directory: "/" # Location of package manifests
7
schedule:
8
interval: "weekly"
9
+ - package-ecosystem: "julia"
10
+ directories:
11
+ - "/"
12
+ - ".buildkite" # TODO: remove this if/when we move to [workspaces]
13
+ schedule:
14
+ interval: "weekly"
15
+ day: "wednesday"
16
+ groups: # groups all julia package updates into a single PR
17
+ all-julia-packages:
18
+ patterns:
19
+ - "*"
.github/workflows/CompatHelper.yml
0 commit comments