Skip to content

Commit 6168716

Browse files
committed
WIP
1 parent e8610e4 commit 6168716

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,21 @@
1616
],
1717
"forkProcessing": "enabled",
1818
"includePaths": [
19+
"Cargo.toml",
20+
"compiler/**",
21+
"src/**",
1922
"library/**",
2023
"src/bootstrap/Cargo.toml",
2124
"src/tools/rustbook/Cargo.toml"
2225
],
2326
"packageRules": [
27+
{
28+
"matchFileNames": [
29+
"Cargo.toml"
30+
],
31+
"enabled": true,
32+
"groupName": "compiler Cargo.lock"
33+
},
2434
{
2535
"matchFileNames": [
2636
"library/Cargo.toml"

0 commit comments

Comments
 (0)