We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fb60b4 + 2de5a1c commit 56eb262Copy full SHA for 56eb262
.github/dependabot.yml
@@ -0,0 +1,18 @@
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
13
14
+ day: "wednesday"
15
+ groups: # groups all julia package updates into a single PR
16
+ all-julia-packages:
17
+ patterns:
18
+ - "*"
.github/workflows/CompatHelper.yml
0 commit comments