Skip to content

Commit afbe1fd

Browse files
committed
chore(renovate): don't update patches
1 parent 0bb3bdf commit afbe1fd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/renovate.json5

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,13 @@
55
":maintainLockFilesMonthly",
66
"docker:disable",
77
],
8+
packageRules: [
9+
{
10+
matchCategories: ["rust"],
11+
updateTypes: ["patch"],
12+
// Disable patch updates for single dependencies because patches
13+
// are updated periodically with lockfile maintainance.
14+
enabled: false,
15+
},
16+
],
817
}

0 commit comments

Comments
 (0)