File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
2+ version : 2
3+ updates :
4+ - package-ecosystem : " github-actions"
5+ directory : " /"
6+ schedule :
7+ # Check for updates to GitHub Actions every month
8+ interval : " monthly"
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ uuid = "5c252ae7-b5b6-46ab-a016-b0e3d78320b7"
33version = " 0.16.1"
44authors = [" Tamas K. Papp <tkpapp@gmail.com>" ]
55
6+ [workspace ]
7+ projects = [" test" , " docs" ]
8+
69[deps ]
710ArgCheck = " dce04be8-c92d-5529-be00-80e4d2c0e197"
811Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
Original file line number Diff line number Diff line change @@ -10,6 +10,3 @@ Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"
1010SpectralKit = " 5c252ae7-b5b6-46ab-a016-b0e3d78320b7"
1111StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
1212Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
13-
14- [sources ]
15- SpectralKit = {path = " .." }
You can’t perform that action at this time.
0 commit comments