Skip to content

Commit df56242

Browse files
committed
add dependabot, use workspaces
1 parent dcf378e commit df56242

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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"

Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ uuid = "5c252ae7-b5b6-46ab-a016-b0e3d78320b7"
33
version = "0.16.1"
44
authors = ["Tamas K. Papp <tkpapp@gmail.com>"]
55

6+
[workspace]
7+
projects = ["test", "docs"]
8+
69
[deps]
710
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
811
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

test/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"
1010
SpectralKit = "5c252ae7-b5b6-46ab-a016-b0e3d78320b7"
1111
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1212
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13-
14-
[sources]
15-
SpectralKit = {path = ".."}

0 commit comments

Comments
 (0)