Skip to content

Commit

Permalink
default.json: automerge github/aws actions if older than 2 weeks
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed May 13, 2024
1 parent ebfb3c7 commit 94fb5d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
{
"matchManagers": ["github-actions"],
"enabled": true
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["patch", "minor", "pin", "digest"],
"matchCurrentAge": "> 2 weeks",
"matchRepositories": ["^actions/.*$", "^github/.*$", "^aws-actions/.*$"],
"autoApprove": true,
"automerge": true
}
],
"vulnerabilityAlerts": {
Expand Down

0 comments on commit 94fb5d2

Please sign in to comment.