Skip to content

Commit

Permalink
fix renovate automerge for renovate gha
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Nov 17, 2024
1 parent 214dd7d commit 6f5a19d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["patch", "minor"],
"matchUpdateTypes": ["patch"],
"automerge": true
},
{
"matchManagers": ["github-actions"],
"matchPackageNames": ["renovate/renovate"],
"matchPackageNames": ["renovatebot/github-action"],
"matchUpdateTypes": ["patch", "minor"],
"automerge": true
},
{
Expand Down

0 comments on commit 6f5a19d

Please sign in to comment.