Commit 377ebbd
authored
fix(renovate): Allow any major update for buildimages (#47699)
### What does this PR do?
The major version of buildimages is bound to gitlab pipeline Ids. As a consequence it can be huge, and this is a [defensive mechanism](https://docs.renovatebot.com/configuration-options/#maxmajorincrement) by default in renovate.
```
DEBUG: Skipping linux-images@v96944171-49f39179 because major increment 79548 exceeds maxMajorIncrement 500
```
We need to deactivate this to reactivate the automatic buildimage bumps in the repo
### Motivation
Reactivate buildimages bumps
### Describe how you validated your changes
Configuration only, no update
### Additional Notes
Co-authored-by: nicolas.schweitzer <nicolas.schweitzer@datadoghq.com>1 parent 635210d commit 377ebbd
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments