renovate 41.18.4 → 41.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1719,7 +1719,7 @@ const options = [
1719
1719
  name: 'keepUpdatedLabel',
1720
1720
  description: 'If set, users can add this label to PRs to request they be kept updated with the base branch.',
1721
1721
  type: 'string',
1722
- supportedPlatforms: ['azure', 'gitea', 'github', 'gitlab'],
1722
+ supportedPlatforms: ['azure', 'gitea', 'github', 'gitlab', 'gerrit'],
1723
1723
  },
1724
1724
  {
1725
1725
  name: 'rollbackPrs',
@@ -1758,7 +1758,7 @@ const options = [
1758
1758
  description: 'Label to make Renovate stop updating a PR.',
1759
1759
  type: 'string',
1760
1760
  default: 'stop-updating',
1761
- supportedPlatforms: ['azure', 'gitea', 'github', 'gitlab'],
1761
+ supportedPlatforms: ['azure', 'gitea', 'github', 'gitlab', 'gerrit'],
1762
1762
  },
1763
1763
  {
1764
1764
  name: 'minimumReleaseAge',