Skip to content

Commit 0f9306f

Browse files
Merge pull request #553 from ChrisRackauckas-Claude/migrate-to-dependabot
Add Julia ecosystem to Dependabot configuration
2 parents 2998278 + 517b433 commit 0f9306f

File tree

2 files changed

+12
-26
lines changed

2 files changed

+12
-26
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
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:
78
interval: "weekly"
9+
- package-ecosystem: "julia"
10+
directories:
11+
- "/"
12+
- "/docs"
13+
- "/test"
14+
schedule:
15+
interval: "daily"
16+
groups:
17+
all-julia-packages:
18+
patterns:
19+
- "*"

.github/workflows/CompatHelper.yml

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

0 commit comments

Comments
 (0)