Skip to content

Commit 575e84f

Browse files
Adds dependabot.yml (#71)
1 parent 3756bad commit 575e84f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/" # Location of package manifests
6+
schedule:
7+
interval: "weekly"
8+
- package-ecosystem: "julia"
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"

0 commit comments

Comments
 (0)