Skip to content

Commit 4238314

Browse files
authored
chore: ignore some golang.org/x/* dependencies in renovate (#1772)
1 parent 029b659 commit 4238314

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"commitMessageAction": "update",
1313
"groupName": "all",
1414
"ignoreDeps": [
15-
"golang.org/x/net"
15+
"golang.org/x/net",
16+
"golang.org/x/sys",
17+
"golang.org/x/oauth2"
1618
],
1719
"force": {
1820
"constraints": {

0 commit comments

Comments
 (0)