Skip to content

Commit

Permalink
chore: Have renovate ignore the .kokoro folder (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Sep 15, 2022
1 parent dd86f11 commit bb5e54e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": [
"config:base",
":disableDependencyDashboard"
],
"ignorePaths": [
".kokoro/**"
]
}

0 comments on commit bb5e54e

Please sign in to comment.