mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
fix(renovate): ignore textwrap
This commit is contained in:
parent
b329cc4db6
commit
3032dbb98e
1 changed files with 2 additions and 1 deletions
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
|
|
@ -14,7 +14,8 @@
|
|||
"groupName": "cargo",
|
||||
"matchManagers": ["cargo"],
|
||||
"schedule": ["on monday"],
|
||||
"assignees": ["@Boshen"]
|
||||
"assignees": ["@Boshen"],
|
||||
"ignoreDeps": ["textwrap"]
|
||||
},
|
||||
{
|
||||
"groupName": "website",
|
||||
|
|
|
|||
Loading…
Reference in a new issue