Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(renovate): add release branches to renovate #3924

Merged
merged 2 commits into from
Nov 6, 2023
Merged

Conversation

GenPage
Copy link
Member

@GenPage GenPage commented Nov 5, 2023

what

This fixes renovate to also autoMerge fixes to our release branches.

why

This improves automation so we don't have to manually cherry-pick and backport dependency bumps

references

https://docs.renovatebot.com/configuration-options/#basebranches

@GenPage GenPage requested a review from a team as a code owner November 5, 2023 18:38
jamengual
jamengual previously approved these changes Nov 5, 2023
@GenPage GenPage enabled auto-merge (squash) November 6, 2023 02:45
@GenPage GenPage merged commit 5818334 into main Nov 6, 2023
25 checks passed
@GenPage GenPage deleted the fix/renovate-releases branch November 6, 2023 04:20
GenPage added a commit that referenced this pull request Nov 6, 2023
* fix(renovate): This fixes renovate to also autoMerge fixes to our release branches so we don't have to cherry-pick them.

* fix(renovate): run config validator on release branches too
@@ -6,6 +6,7 @@
commitMessageSuffix: " in {{packageFile}}",
dependencyDashboardAutoclose: true,
automerge: true,
baseBranches: ["main", "/^release\-.*/"],
ijames-gc pushed a commit to gocardless/atlantis that referenced this pull request Feb 13, 2024
* fix(renovate): This fixes renovate to also autoMerge fixes to our release branches so we don't have to cherry-pick them.

* fix(renovate): run config validator on release branches too
ijames-gc pushed a commit to gocardless/atlantis that referenced this pull request Feb 13, 2024
* fix(renovate): This fixes renovate to also autoMerge fixes to our release branches so we don't have to cherry-pick them.

* fix(renovate): run config validator on release branches too
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants