Skip to content

Commit 353d057

Browse files
authored
fix(renovate): Adjust minimum release age condition (#48572)
### What does this PR do? - Discard the `minimumReleaseAge` for all internal dependencies managed by the `regex` manager, which are all internal deps, except for `protocolBuffer` - Add the `registryUrlTemplate` to "" to remove the warning on renovate console ### Motivation Dependency management ### Describe how you validated your changes Configuration changes only, will reflect in the [console](https://developer.mend.io/github/DataDog/datadog-agent) ### Additional Notes Co-authored-by: nicolas.schweitzer <nicolas.schweitzer@datadoghq.com>
1 parent 793f77b commit 353d057

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

renovate.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@
1010
{
1111
"matchDepNames": ["integrations-core"],
1212
"changelogUrl": "https://github.com/DataDog/integrations-core/compare/{{currentDigest}}..{{newDigest}}",
13-
"schedule": ["* 2-6 * * 1,3"],
14-
"minimumReleaseAge": null
13+
"schedule": ["* 2-6 * * 1,3"]
1514
},
1615
{
1716
"matchDepNames": ["omnibus-ruby"],
1817
"changelogUrl": "https://github.com/DataDog/omnibus-ruby/compare/{{currentDigest}}..{{newDigest}}",
19-
"minimumReleaseAge": null,
2018
"matchUpdateTypes": ["major", "minor", "patch"],
2119
"enabled": false
2220
},
@@ -37,6 +35,14 @@
3735
"changelogUrl": "https://github.com/DataDog/datadog-agent-dev/releases/tag/v{{newValue}}",
3836
"schedule": ["* 1-4 5 6,12 *"]
3937
},
38+
{
39+
"matchManagers": ["custom.regex"],
40+
"minimumReleaseAge": null
41+
},
42+
{
43+
"matchDepNames": ["protocolbuffers/protobuf"],
44+
"minimumReleaseAge": "7 days"
45+
},
4046
{
4147
"matchManagers": ["github-actions"],
4248
"labels": ["dependencies", "dependencies-github-actions", "changelog/no-changelog", "qa/no-code-change"],
@@ -118,7 +124,8 @@
118124
"currentValueTemplate": "datadog-5.5.0",
119125
"depNameTemplate": "omnibus-ruby",
120126
"packageNameTemplate": "https://github.com/DataDog/omnibus-ruby",
121-
"datasourceTemplate": "git-refs"
127+
"datasourceTemplate": "git-refs",
128+
"registryUrlTemplate": ""
122129
},
123130
{
124131
"customType": "regex",

0 commit comments

Comments
 (0)