Skip to content

Commit e1a0839

Browse files
authored
Create dependabot.yml
1 parent be61cc6 commit e1a0839

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
# Check for updates to GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
9+
# Check for updates to Python dependencies
10+
- package-ecosystem: "pip"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
ignore:
15+
- dependency-name: "torch"
16+
versions: [">=2.0.0"]
17+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)