We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a596c1a commit 7ea329aCopy full SHA for 7ea329a
2 files changed
.github/dependabot.yml
@@ -0,0 +1,11 @@
1
+version: 2
2
+updates:
3
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ - package-ecosystem: "julia" # See documentation for possible values
9
+ directory: "/" # Location of package manifests
10
11
.github/workflows/CompactHelper.yml
0 commit comments