Commit 8aa2717
authored
Remove duplicate ara and ansible custom managers from renovate (#2453)
The dedicated custom managers for ara (pypi datasource) and
ansible (pypi datasource) predate the generic comment-based
regex manager introduced in commit 3b2aa9c. They were never
cleaned up during that refactoring.
Both entries now have inline "# renovate: datasource=..."
comments, so the generic manager handles them correctly. The
dedicated managers caused duplicate PRs (#2342 for ara, #2187
for ansible). Worse, the pypi datasource tracks Python package
releases independently from the Docker image builds, risking
updates to versions for which no container image exists yet.
The ansible manager also proposed major version bumps without
the corresponding ansible-core update, bypassing the grouping
and packageRules that restrict update types.
AI-assisted: Claude Code
Signed-off-by: Roger Luethi <luethi@osism.tech>1 parent 971ec0e commit 8aa2717
1 file changed
Lines changed: 0 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 7 | | |
28 | 8 | | |
29 | 9 | | |
| |||
0 commit comments