renovate 42.60.0 → 42.62.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.
@@ -2911,8 +2911,8 @@ const options = [
2911
2911
  which run automatically, and are not explicitly added in \`postUpgradeTasks\``,
2912
2912
  type: 'array',
2913
2913
  subType: 'string',
2914
- default: [],
2915
- allowedValues: ['goGenerate'],
2914
+ default: ['gradleWrapper'],
2915
+ allowedValues: ['goGenerate', 'gradleWrapper'],
2916
2916
  stage: 'repository',
2917
2917
  globalOnly: true,
2918
2918
  },