Skip to content

Commit 5ff134f

Browse files
committed
Ensure dependabot only pulls stable python docker
1 parent c6654fb commit 5ff134f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ updates:
66
directory: "/"
77
schedule:
88
interval: "daily"
9+
ignore:
10+
- dependency-name: "python"
11+
versions:
12+
- "*.dev*-slim*"
13+
- "*[0-9]a[0-9]*-slim*"
14+
- "*[0-9]b[0-9]*-slim*"
15+
- "*[0-9]rc[0-9]*-slim*"
916
cooldown:
1017
default-days: 7
1118

0 commit comments

Comments
 (0)