Skip to content

Commit

Permalink
chore(renovate): Use matchSourceUrls
Browse files Browse the repository at this point in the history
This is what the renovate monorepo presets use, according to the docs
  • Loading branch information
cameron-martin committed Dec 13, 2024
1 parent 8197190 commit b32c73a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
],
"packageRules": [
{
"matchPackageNames": ["protoc-gen-*"]
"matchSourceUrls": ["https://github.com/neoeinstein/protoc-gen-prost"],
"groupName": "protoc-gen crates"
}
]
}

0 comments on commit b32c73a

Please sign in to comment.