Skip to content

Commit 7ff42d4

Browse files
remove CompatHelper in favor of dependabot (#3022)
Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
1 parent cf0872b commit 7ff42d4

2 files changed

Lines changed: 13 additions & 16 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,16 @@ updates:
1010
all-github-actions:
1111
patterns:
1212
- "*"
13+
- package-ecosystem: "julia"
14+
directories: # Location of Julia projects
15+
- "/"
16+
- "/benchmark"
17+
- "/docs"
18+
- "/test"
19+
schedule:
20+
interval: "daily"
21+
groups:
22+
# Group all Julia package updates into a single PR:
23+
all-julia-dependencies:
24+
patterns:
25+
- "*"

.github/workflows/CompatHelper.yml

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

0 commit comments

Comments
 (0)