Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/renovate-earthly.json5
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@
'go',
],
matchBaseBranches: [
'/^release-.*/',
// Release 2.1 and older use earthly.
'/^release-1\..*/',
'/^release-2\.[0-1]$/',
],
postUpgradeTasks: {
commands: [
Expand All @@ -86,7 +88,9 @@
'golangci/golangci-lint',
],
matchBaseBranches: [
'/^release-.*/',
// Release 2.1 and older use earthly.
'/^release-1\..*/',
'/^release-2\.[0-1]$/',
],
postUpgradeTasks: {
commands: [
Expand Down
4 changes: 4 additions & 0 deletions .github/renovate-nix.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
],
matchBaseBranches: [
'main',
// Release 2.2 and newer use nix.
'/'^release-2\.([2-9]|..+)$/',
],
postUpgradeTasks: {
commands: [
Expand All @@ -43,6 +45,8 @@
],
matchBaseBranches: [
'main',
// Release 2.2 and newer use nix.
'/'^release-2\.([2-9]|..+)$/',
],
postUpgradeTasks: {
commands: [
Expand Down
Loading