We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d4126 commit 580790dCopy full SHA for 580790d
1 file changed
.github/dependabot.yml
@@ -0,0 +1,16 @@
1
+version: 2
2
+enable-beta-ecosystems: true
3
+updates:
4
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
+ - package-ecosystem: "github-actions"
6
+ directory: "/"
7
+ schedule:
8
+ interval: "weekly"
9
+ - package-ecosystem: "julia" # See documentation for possible values
10
+# # To get started with Dependabot version updates, you'll need to specify which
11
+# package ecosystems to update and where the package manifests are located.
12
+# Please see the documentation for all configuration options:
13
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
14
+ directory: "/" # Location of package manifests
15
16
0 commit comments