renovate 43.25.10 → 43.26.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.
Files changed (84) hide show
  1. package/dist/config/options/index.js +6 -0
  2. package/dist/config/options/index.js.map +1 -1
  3. package/dist/config/presets/internal/default.preset.js +1 -0
  4. package/dist/config/presets/internal/default.preset.js.map +1 -1
  5. package/dist/config/types.d.ts +1 -0
  6. package/dist/config/types.js.map +1 -1
  7. package/dist/modules/manager/fingerprint.generated.js +3 -3
  8. package/dist/modules/manager/fingerprint.generated.js.map +1 -1
  9. package/dist/modules/manager/nuget/extract/single-csharp-file.js +25 -0
  10. package/dist/modules/manager/nuget/extract/single-csharp-file.js.map +1 -0
  11. package/dist/modules/manager/nuget/extract.js +2 -0
  12. package/dist/modules/manager/nuget/extract.js.map +1 -1
  13. package/dist/modules/platform/azure/azure-helper.js.map +1 -1
  14. package/dist/modules/platform/azure/index.js +1 -0
  15. package/dist/modules/platform/azure/index.js.map +1 -1
  16. package/dist/modules/platform/bitbucket/comments.js +3 -0
  17. package/dist/modules/platform/bitbucket/comments.js.map +1 -1
  18. package/dist/modules/platform/bitbucket/index.js +1 -0
  19. package/dist/modules/platform/bitbucket/index.js.map +1 -1
  20. package/dist/modules/platform/bitbucket/pr-cache.js +1 -0
  21. package/dist/modules/platform/bitbucket/pr-cache.js.map +1 -1
  22. package/dist/modules/platform/bitbucket/utils.js.map +1 -1
  23. package/dist/modules/platform/bitbucket-server/index.js +2 -0
  24. package/dist/modules/platform/bitbucket-server/index.js.map +1 -1
  25. package/dist/modules/platform/bitbucket-server/pr-cache.js +1 -0
  26. package/dist/modules/platform/bitbucket-server/pr-cache.js.map +1 -1
  27. package/dist/modules/platform/bitbucket-server/utils.js +6 -3
  28. package/dist/modules/platform/bitbucket-server/utils.js.map +1 -1
  29. package/dist/modules/platform/codecommit/index.js +14 -3
  30. package/dist/modules/platform/codecommit/index.js.map +1 -1
  31. package/dist/modules/platform/comment.js +5 -1
  32. package/dist/modules/platform/comment.js.map +1 -1
  33. package/dist/modules/platform/default-scm.js +4 -1
  34. package/dist/modules/platform/default-scm.js.map +1 -1
  35. package/dist/modules/platform/forgejo/index.js +2 -0
  36. package/dist/modules/platform/forgejo/index.js.map +1 -1
  37. package/dist/modules/platform/gerrit/index.js +7 -0
  38. package/dist/modules/platform/gerrit/index.js.map +1 -1
  39. package/dist/modules/platform/gerrit/scm.js +20 -1
  40. package/dist/modules/platform/gerrit/scm.js.map +1 -1
  41. package/dist/modules/platform/gerrit/utils.js +6 -2
  42. package/dist/modules/platform/gerrit/utils.js.map +1 -1
  43. package/dist/modules/platform/gitea/index.js +2 -0
  44. package/dist/modules/platform/gitea/index.js.map +1 -1
  45. package/dist/modules/platform/github/index.js +16 -1
  46. package/dist/modules/platform/github/index.js.map +1 -1
  47. package/dist/modules/platform/github/massage-markdown-links.js +1 -0
  48. package/dist/modules/platform/github/massage-markdown-links.js.map +1 -1
  49. package/dist/modules/platform/github/schema.js.map +1 -1
  50. package/dist/modules/platform/gitlab/index.js +8 -0
  51. package/dist/modules/platform/gitlab/index.js.map +1 -1
  52. package/dist/modules/platform/gitlab/utils.js.map +1 -1
  53. package/dist/modules/platform/index.js +1 -0
  54. package/dist/modules/platform/index.js.map +1 -1
  55. package/dist/modules/platform/local/scm.js +3 -0
  56. package/dist/modules/platform/local/scm.js.map +1 -1
  57. package/dist/modules/platform/types.d.ts +2 -0
  58. package/dist/util/cache/repository/types.d.ts +5 -0
  59. package/dist/util/git/index.d.ts +3 -1
  60. package/dist/util/git/index.js +27 -9
  61. package/dist/util/git/index.js.map +1 -1
  62. package/dist/util/git/set-branch-commit.js +2 -1
  63. package/dist/util/git/set-branch-commit.js.map +1 -1
  64. package/dist/workers/global/config/parse/env.js +10 -3
  65. package/dist/workers/global/config/parse/env.js.map +1 -1
  66. package/dist/workers/global/index.js +10 -1
  67. package/dist/workers/global/index.js.map +1 -1
  68. package/dist/workers/global/limits.js +16 -4
  69. package/dist/workers/global/limits.js.map +1 -1
  70. package/dist/workers/repository/cache.js +4 -0
  71. package/dist/workers/repository/cache.js.map +1 -1
  72. package/dist/workers/repository/dependency-dashboard.js +3 -2
  73. package/dist/workers/repository/dependency-dashboard.js.map +1 -1
  74. package/dist/workers/repository/onboarding/pr/pr-list.js +3 -1
  75. package/dist/workers/repository/onboarding/pr/pr-list.js.map +1 -1
  76. package/dist/workers/repository/process/limits.js +26 -3
  77. package/dist/workers/repository/process/limits.js.map +1 -1
  78. package/dist/workers/repository/process/write.js +8 -2
  79. package/dist/workers/repository/process/write.js.map +1 -1
  80. package/dist/workers/repository/update/branch/index.js +12 -4
  81. package/dist/workers/repository/update/branch/index.js.map +1 -1
  82. package/dist/workers/types.d.ts +1 -1
  83. package/package.json +4 -4
  84. package/renovate-schema.json +7 -2
@@ -2030,6 +2030,12 @@ const options = [
2030
2030
  type: "integer",
2031
2031
  default: 25
2032
2032
  },
2033
+ {
2034
+ name: "commitHourlyLimit",
2035
+ description: "Rate limit commits to maximum x per hour. 0 means no limit.",
2036
+ type: "integer",
2037
+ default: 0
2038
+ },
2033
2039
  {
2034
2040
  name: "prHourlyLimit",
2035
2041
  description: "Rate limit PRs to maximum x created per hour. 0 means no limit.",