Skip to content

Commit 273c52f

Browse files
authored
build(ci): replace compathelper with dependabot (#72)
1 parent 9a3ebac commit 273c52f

2 files changed

Lines changed: 16 additions & 17 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
22
version: 2
3+
enable-beta-ecosystems: true # Julia ecosystem
34
updates:
45
- package-ecosystem: "github-actions"
56
directory: "/" # Location of package manifests
67
schedule:
7-
interval: "weekly"
8+
interval: "weekly"
9+
- package-ecosystem: "julia"
10+
directories: # Location of Julia projects
11+
- "/"
12+
- "/docs"
13+
- "/test"
14+
schedule:
15+
interval: "daily"
16+
groups:
17+
# Group all Julia package updates into a single PR:
18+
all-julia-packages:
19+
patterns:
20+
- "*"
21+
ignore:
22+
- dependency-name: "CriticalTransitions"

.github/workflows/CompatHelper.yml

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

0 commit comments

Comments
 (0)