Skip to content

Commit

Permalink
renovate: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Apr 22, 2024
1 parent 30665f6 commit 1d3cf3d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"enabled": true,
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:automergeDaily", ":automergeAll", ":automergePr"],
"platformAutomerge": true
},
"nix": {
"enabled": true
}
Expand Down

0 comments on commit 1d3cf3d

Please sign in to comment.