Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
fix: renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzwa committed Apr 29, 2023
1 parent 68f47d4 commit b2f1912
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@
"enabled": true,
"extends": ["schedule:daily"]
},
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest",
"lockFileMaintenance"
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest",
"lockFileMaintenance"
]
}
],
"enabled": true,
"automerge": true
Expand Down

0 comments on commit b2f1912

Please sign in to comment.