Skip to content

Commit

Permalink
Allow major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndim committed Oct 15, 2024
1 parent 822f8ea commit 7c717a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
matchDepNames: ["autotools-language-server"],
allowedVersions: "!/0\\.0\\.19/"
},
{
matchUpdateTypes: ["minor", "patch", "pin", "digest"],
automerge: true
}
],
"ignoreDeps": [
Expand Down

0 comments on commit 7c717a5

Please sign in to comment.