Commits on Source (11)
-
Soos authored21ff72c5
-
Bob Van Landuyt authored
Instead of our own regexManager implementation. This was implemented in https://github.com/renovatebot/renovate/issues/25556 so we don't need our custom implmentation anymore and we can get rid of `.copier-version` in a separate MR. To support this, we also need to set `"allowScripts": true` and `"ignoreScripts": false` to allow the copier upgrade scripts to run. https://docs.renovatebot.com/configuration-options/#ignorescripts https://docs.renovatebot.com/self-hosted-configuration/#allowscripts The `copier.sh` `postUpgradeTask` has been reduced to just run the `update-asdf-version-variables.sh`. Running `copier update` a second time would not do anything as the version in `.copier-answers.yml` has already been updated.
-
Andrew Newdigate authored
Fixes for copier updates using renovate See merge request !669
9e19f8f0 -
Craig Miskell authored
This reverts commit e5070d4f. See !669 (comment 2047430245)
-
Craig Miskell authored
Revert "chore(renovate): use upstream copier manager" See merge request !670
f7548b65 -
Soos authored4d11994d
-
Andrew Newdigate authored
chore(deps): update ghcr.io/containerbase/base docker tag to v11.11.0 See merge request !666
600dc65c -
Bob Van Landuyt authored
Instead of our own regexManager implementation. This was implemented in https://github.com/renovatebot/renovate/issues/25556 so we don't need our custom implmentation anymore and we can get rid of `.copier-version` in a separate MR. To support this, we also need to set `"allowScripts": true` and `"ignoreScripts": false` to allow the copier upgrade scripts to run. https://docs.renovatebot.com/configuration-options/#ignorescripts https://docs.renovatebot.com/self-hosted-configuration/#allowscripts The `copier.sh` `postUpgradeTask` has been reduced to just run the `update-asdf-version-variables.sh`. Running `copier update` a second time would not do anything as the version in `.copier-answers.yml` has already been updated. This reintroduced the changes from !669 But to prevent the issues we saw last time the following has been changed: 1. We're using the correct key to select only the `copier` manager: `matchManagers` instead of `matchManager`. 2. The execution of the `postUpgradeTasks` for this manager are now wrapped in a condition to check if the script exists. This means that in the case where renovate runs using a newer configuration, but using an older container image, the merge request will still be created. Only the adsf-variable updates that would have been done by the script would not be included.
-
Andrew Newdigate authored
feat(renovate): use upstream copier manager See merge request !672
b1103a02 -
semantic-release-bot authored
## [2.26.0](v2.25.3...v2.26.0) (2024-08-15) ### Features * **renovate:** use upstream copier manager ([e940a56f](e940a56f))
b6685c06