We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3973614 commit 5ef8a86Copy full SHA for 5ef8a86
1 file changed
.github/renovate.json
@@ -37,6 +37,12 @@
37
"matchPackageNames": ["/^sigstore-/"],
38
"matchManagers": ["cargo"],
39
"groupName": "sigstore crates"
40
+ },
41
+ {
42
+ "description": "phf runtime and codegen must stay compatible for generated baked registry maps.",
43
+ "matchPackageNames": ["phf", "phf_codegen"],
44
+ "matchManagers": ["cargo"],
45
+ "groupName": "phf"
46
}
47
]
48
0 commit comments