Skip to content

Commit 20ce645

Browse files
committed
Let dependabot ignore python versions > 3.12
1 parent 2e25c1d commit 20ce645

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
@@ -8,7 +8,15 @@ updates:
88
directory: "/"
99
schedule:
1010
interval: "weekly"
11+
ignore:
12+
- dependency-name: "python"
13+
versions:
14+
- ">=3.13"
1115
- package-ecosystem: "docker"
1216
directory: "/"
1317
schedule:
1418
interval: "weekly"
19+
ignore:
20+
- dependency-name: "python"
21+
versions:
22+
- ">=3.13"

0 commit comments

Comments
 (0)