Skip to content

Commit 04a1a30

Browse files
authored
fix: ignore unittest.yml in renovate (#13537)
See follow up issue #13536
1 parent c8e0760 commit 04a1a30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"schedule:weekly"
77
],
88
"ignorePaths": [
9-
".kokoro/docker/docs/requirements.txt"
9+
".kokoro/docker/docs/requirements.txt",
10+
".github/workflows/unittest.yml"
1011
]
1112
}

0 commit comments

Comments
 (0)