Skip to content

Commit ec5e2bb

Browse files
committed
only one dependabot PR
1 parent 950da0d commit ec5e2bb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ updates:
55
directory: "/" # Location of package manifests
66
schedule:
77
interval: "monthly"
8+
groups:
9+
# Group all GitHub Actions PRs into a single PR:
10+
all-github-actions:
11+
patterns:
12+
- "*"

docs/make.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,6 @@ makedocs(;
9898
deploydocs(;
9999
repo = "github.com/NumericalMathematics/DispersiveShallowWater.jl",
100100
devbranch = "main",
101-
push_preview = true)
101+
push_preview = all(!isempty,
102+
(get(ENV, "GITHUB_TOKEN", ""),
103+
get(ENV, "DOCUMENTER_KEY", ""))))

0 commit comments

Comments
 (0)