Skip to content

Commit 14a7b5e

Browse files
authored
Ignore golang.org/x/sys changes
The golang sys package has no versions, since it is autogenerated from system headers which might change in various places with no control of the golang team. We know we use only somwhat stable APIs, and even if not, we would have to debug this manually. So updating these packages does not really make sense.
1 parent d843aa0 commit 14a7b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": ["config:base"],
33
"rebaseWhen": "behind-base-branch",
4-
"ignoreDeps": ["golang.org/x/net", "golang.org/x/system"]
4+
"ignoreDeps": ["golang.org/x/net", "golang.org/x/sys"]
55
}

0 commit comments

Comments
 (0)