Skip to content

Commit 61c6f1a

Browse files
Adding in dependabot ignore
1 parent bf127fb commit 61c6f1a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: 'pip'
9-
directory: '/'
8+
- package-ecosystem: "pip"
9+
directory: "/"
1010
schedule:
11-
interval: 'daily'
11+
interval: "daily"
12+
ignore:
13+
- dependency-name: "urllib3"
14+
versions: ["2.x"]
15+
- dependency-name: "markdown-it-py"
16+
versions: ["2.x"]

0 commit comments

Comments
 (0)