Skip to content

Commit

Permalink
chore(deps): Enable minor/patch updates for stable github actions
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 25, 2023
1 parent fb50bc5 commit ae7ef97
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"ignoreUnstable": false,
"baseBranches": [
"master",
"stable27",
"stable26",
"stable25"
],
Expand Down Expand Up @@ -52,6 +53,17 @@
"matchManagers": ["github-actions"],
"extends": ["schedule:monthly"]
},
{
"description": "Allow Github action minor/patch updates for stable branches",
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"matchBaseBranches": [
"stable27",
"stable26",
"stable25"
],
"extends": ["schedule:monthly"]
},
{
"matchBaseBranches": ["master"],
"matchDepTypes": ["devDependencies"],
Expand Down

0 comments on commit ae7ef97

Please sign in to comment.