Skip to content

Commit 318750a

Browse files
committed
Fix dependabot
1 parent 904d1f4 commit 318750a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ updates:
44
- package-ecosystem: "pip"
55
directory: "/"
66
schedule:
7+
# Match pre-commit.ci automated update time.
78
interval: "weekly"
89
time: "18:00"
910
day: "monday"
11+
ignore:
12+
- dependency-name: "python"
13+
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"

0 commit comments

Comments
 (0)