Skip to content

Commit a7dcb5e

Browse files
committed
Remplace CompatHelper with dependabot
1 parent e395b28 commit a7dcb5e

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
enable-beta-ecosystems: true
3+
updates:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
- package-ecosystem: "julia" # See documentation for possible values
10+
# # To get started with Dependabot version updates, you'll need to specify which
11+
# package ecosystems to update and where the package manifests are located.
12+
# Please see the documentation for all configuration options:
13+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
14+
directory: "/" # Location of package manifests
15+
schedule:
16+
interval: "weekly"

.github/workflows/CompatHelper.yml

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

0 commit comments

Comments
 (0)