Skip to content

Commit 7e49b9c

Browse files
committed
replace CompatHelper by dependabot.yml
1 parent 60b0eda commit 7e49b9c

File tree

5 files changed

+11
-64
lines changed

5 files changed

+11
-64
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
33
version: 2
44
updates:
5-
65
- package-ecosystem: "github-actions"
76
directory: "/"
87
schedule:
98
# Check for updates to GitHub Actions every week
109
interval: "weekly"
10+
- package-ecosystem: "julia" # See documentation for possible values
11+
directory: "/" # Location of package manifests
12+
schedule:
13+
interval: "weekly"

.github/workflows/CompatHelper.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
*.jl.*.cov
22
*.jl.cov
33
*.jl.mem
4-
/Manifest.toml
4+
/Manifest*.toml
55
/docs/build/
6-
docs/Manifest.toml
6+
docs/Manifest*.toml
77

88
/tmp/
99
/jmd/*.ipynb
1010
/jmd/jl_*/
1111
/jmd/*.md
1212
/jmd/figures/
1313

14-
test/Manifest.toml
15-
Manifest-v1.11.toml
14+
test/Manifest*.toml

Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ julia = "1.10"
3333

3434
[extras]
3535
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
36+
37+
[workspace]
38+
projects = ["test", "docs"]

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[deps]
22
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
3+
DistributionFits = "45214091-1ed4-4409-9bcf-fdb48a05e921"
34
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
45
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
56
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"

0 commit comments

Comments
 (0)