Skip to content

Commit

Permalink
fix: Disable copier as not working very well (#112)
Browse files Browse the repository at this point in the history
### Description of your changes
Ticket: DEV-8665

Current "copier update" PRs looks this way:


![image](https://github.com/user-attachments/assets/1af344d5-6356-429a-8aeb-cc4f53f75ac3)

Renovate support basic copier usage, but we have our own setup which
currently not supported by Renovate, and it's not our priority to fix it
right now. So we disable copier for now to avoid useless PRs.


### How was it tested

In another repo which have copier templates - PR was autoclosed after
merge of same settings.
  • Loading branch information
MaxymVlasov authored Dec 4, 2024
1 parent 38b85f2 commit adbb65d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions default.template.json5
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
"kubernetes": {
"fileMatch": ["\\.yaml$"]
},
// Disable copier until Renovate will support our custom copier structure OR
// until Delivery team will change how we use copier
"copier": {
"enabled": false
},
"packageRules": [
{
"description": "v prefix workaround for action updates",
Expand Down

0 comments on commit adbb65d

Please sign in to comment.