Skip to content

Commit

Permalink
ci: Only run renovate for 28 or newer
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Sep 15, 2024
1 parent e046368 commit 9d5c1d8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
"master",
"stable30",
"stable29",
"stable28",
"stable27",
"stable26",
"stable25"
"stable28"
],
"enabledManagers": [
"composer",
Expand Down Expand Up @@ -63,10 +60,7 @@
"matchBaseBranches": [
"stable30",
"stable29",
"stable28",
"stable27",
"stable26",
"stable25"
"stable28"
],
"extends": ["schedule:monthly"]
},
Expand Down

0 comments on commit 9d5c1d8

Please sign in to comment.