Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
groups:
# Group all GitHub Actions PRs into a single PR:
all-github-actions:
patterns:
- "*"
ignore:
- dependency-name: "julia-actions/julia-downgrade-compat"
versions: [ ">=2.0.0" ]
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ makedocs(sitename="TrixiParticles.jl",
])

deploydocs(repo="github.com/trixi-framework/TrixiParticles.jl",
devbranch="main", push_preview=true)
devbranch="main", push_preview = true)
Comment thread
efaulhaber marked this conversation as resolved.
Outdated
Loading