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.
- package/dist/config/options/index.js +2 -2
- package/dist/config/options/index.js.map +1 -1
- package/dist/modules/manager/fingerprint.generated.js +1 -1
- package/dist/modules/manager/fingerprint.generated.js.map +1 -1
- package/dist/modules/manager/npm/artifacts.js +8 -3
- package/dist/modules/manager/npm/artifacts.js.map +1 -1
- package/dist/modules/manager/npm/post-update/pnpm.js +8 -3
- package/dist/modules/manager/npm/post-update/pnpm.js.map +1 -1
- package/dist/modules/manager/pre-commit/extract.js +18 -1
- package/dist/modules/manager/pre-commit/extract.js.map +1 -1
- package/dist/modules/platform/gerrit/client.d.ts +1 -0
- package/dist/modules/platform/gerrit/client.js +5 -0
- package/dist/modules/platform/gerrit/client.js.map +1 -1
- package/dist/modules/platform/gerrit/index.js +2 -2
- package/dist/modules/platform/gerrit/index.js.map +1 -1
- package/dist/modules/platform/gerrit/scm.js +7 -1
- package/dist/modules/platform/gerrit/scm.js.map +1 -1
- package/dist/modules/platform/gerrit/types.d.ts +1 -0
- package/dist/modules/platform/gerrit/types.js.map +1 -1
- package/dist/modules/platform/gerrit/utils.js +1 -0
- package/dist/modules/platform/gerrit/utils.js.map +1 -1
- package/dist/util/git/index.d.ts +1 -1
- package/dist/util/git/index.js +7 -4
- package/dist/util/git/index.js.map +1 -1
- package/dist/util/git/types.d.ts +3 -0
- package/dist/util/git/types.js.map +1 -1
- package/package.json +1 -1
@@ -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',
|