Skip to content

Commit 5538585

Browse files
authored
[CI] Use dependabot instead of CompatHelper (#59)
1 parent 41da649 commit 5538585

File tree

2 files changed

+12
-51
lines changed

2 files changed

+12
-51
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
25
version: 2
6+
7+
# To be able to managet the Julia ecosystem for the time being
8+
enable-beta-ecosystems: true
9+
310
updates:
411
- package-ecosystem: "github-actions"
512
directory: "/" # Location of package manifests
613
schedule:
714
interval: "weekly"
15+
- package-ecosystem: "julia" # See documentation for possible values
16+
directory: "/" # Location of package manifests
17+
schedule:
18+
interval: "weekly"

.github/workflows/CompatHelper.yml

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

0 commit comments

Comments
 (0)