Skip to content

Commit 1b1a9a1

Browse files
authored
chore: fix renovate bot ignoreDeps (#1353)
Fixes #1352, from missed separator in #1349's changes.
1 parent acc47c2 commit 1b1a9a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"extends": [
33
"config:base"
44
],
5-
"ignorePaths": [".kokoro/requirements.txt"]
5+
"ignorePaths": [".kokoro/requirements.txt"],
66
"ignoreDeps": ["rules_pkg"]
77
}

0 commit comments

Comments
 (0)