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 800c007 commit a81d795Copy full SHA for a81d795
renovate.json5
@@ -29,6 +29,17 @@
29
"matchPackageNames": ["@react-native-community"],
30
"addLabels": ["community"]
31
},
32
+ {
33
+ "groupName": "@lavamoat/allow-scripts",
34
+ "matchPackageNames": [
35
+ // https://lavamoat.github.io/guides/allow-scripts/#setup
36
+ // https://github.com/LavaMoat/LavaMoat/tree/main/packages/allow-scripts#setup
37
+ // https://github.com/LavaMoat/LavaMoat/blob/main/packages/allow-scripts/src/setup.js#L133-L134
38
+ "@lavamoat/preinstall-always-fail",
39
+ "@lavamoat/allow-scripts"
40
+ ],
41
+ "addLabels": ["dependencies", "lavamoat"]
42
+ },
43
{
44
"groupName": "swc monorepo",
45
"addLabels": ["devDeps", "swc", "transpiling"],
0 commit comments