We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9645f79 commit 0cb021eCopy full SHA for 0cb021e
1 file changed
.github/dependabot.yml
@@ -1,7 +1,13 @@
1
-# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2
version: 2
3
updates:
+ # 1) Julia deps: updates Project.toml compat bounds (and may update Manifest if you commit it)
4
+ - package-ecosystem: "julia"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+
9
+ # 2) GitHub Actions: keeps actions like checkout/setup-julia/cache up to date
10
- package-ecosystem: "github-actions"
- directory: "/" # Location of package manifests
11
12
schedule:
13
interval: "weekly"
0 commit comments