Skip to content

Commit

Permalink
[chore] automerge trivy patches and minors (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilokang authored Jan 4, 2024
1 parent d7b6f2b commit ff96f29
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchUpdateTypes": [ "minor" ],
"matchPackageNames": [ "aquasecurity/trivy-action" ],
"automerge": true,
"automergeType": "branch",
"pruneBranchAfterAutomerge": true
}
]
}

0 comments on commit ff96f29

Please sign in to comment.