Skip to content

Commit

Permalink
chore(deps): automerge dependencies updates.
Browse files Browse the repository at this point in the history
Updates renovate bot configuration to allow it to automerge PRs.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Dec 31, 2024
1 parent 66241ad commit 5d2247b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"config:recommended",
"helpers:pinGitHubActionDigests"
],
"labels": [
"kind/dependencies"
],
"lockFileMaintenance": {
"enabled": true
},
"rebaseWhen": "behind-base-branch",
"automerge": true
}

0 comments on commit 5d2247b

Please sign in to comment.