Skip to content

Commit 8aa2717

Browse files
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

File tree

.github/renovate.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,6 @@
44
"github>osism/renovate-config:python"
55
],
66
"customManagers": [
7-
{
8-
"customType": "regex",
9-
"managerFilePatterns": [
10-
"/^latest\\/base.yml$/"
11-
],
12-
"matchStrings": [
13-
"(?<depName>ansible)_version: '(?<currentValue>.*?)'"
14-
],
15-
"datasourceTemplate": "pypi"
16-
},
17-
{
18-
"customType": "regex",
19-
"managerFilePatterns": [
20-
"/^latest\\/base.yml$/"
21-
],
22-
"matchStrings": [
23-
"(?<depName>ara): '(?<currentValue>.*?)'"
24-
],
25-
"datasourceTemplate": "pypi"
26-
},
277
{
288
"customType": "regex",
299
"managerFilePatterns": [

0 commit comments

Comments
 (0)