Skip to content

Commit

Permalink
chore: fix renovate bot ignoreDeps (#1353)
Browse files Browse the repository at this point in the history
Fixes #1352, from missed separator in #1349's changes.
  • Loading branch information
emmileaf committed Feb 14, 2023
1 parent acc47c2 commit 1b1a9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": [
"config:base"
],
"ignorePaths": [".kokoro/requirements.txt"]
"ignorePaths": [".kokoro/requirements.txt"],
"ignoreDeps": ["rules_pkg"]
}

0 comments on commit 1b1a9a1

Please sign in to comment.