Skip to content

Commit

Permalink
Do not include the 1.1.x or 1.3.x branches in renovate
Browse files Browse the repository at this point in the history
We are not going to do any more 1.1.x releases and we are now using the release-1.3 branch instead of 1.3.x so this pull request updates the configuration to not include those branches in the renovate generated pull requests.
  • Loading branch information
coreydaley authored Sep 25, 2024
1 parent e1a38ef commit c6fbe05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"baseBranches": [
"main",
"/^release-1\\..*/",
"/^1\\..*\\.x/"
"/^1\\.2\\.x/"
],
"constraints": {
"go": "1.21"
Expand Down Expand Up @@ -83,7 +83,7 @@
],
"baseBranches": [
"/^release-1\\..*/",
"/^1\\..*\\.x/"
"/^1\\.2\\.x/"
],
"automerge": false,
"matchPackageNames": [
Expand Down Expand Up @@ -125,7 +125,7 @@
],
"baseBranches": [
"/^release-1\\..*/",
"/^1\\..*\\.x/"
"/^1\\.2\\.x/"
],
"automerge": false,
"matchPackageNames": [
Expand Down Expand Up @@ -163,7 +163,7 @@
],
"baseBranches": [
"/^release-1\\..*/",
"/^1\\..*\\.x/"
"/^1\\.2\\.x/"
],
"automerge": false,
"matchPackageNames": [
Expand Down

0 comments on commit c6fbe05

Please sign in to comment.