Skip to content

Commit

Permalink
chore: add pre-commit-config to renovate ignore paths (#985)
Browse files Browse the repository at this point in the history
Disable renovate PRs on the .pre-commit-config.yaml which is templated from synthtool. https://docs.renovatebot.com/configuration-options/#ignorepaths
  • Loading branch information
busunkim96 committed Mar 15, 2021
1 parent ac8f20f commit 2c54c47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion synthtool/gcp/templates/python_library/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": [
"config:base", ":preserveSemverRanges"
]
],
"ignorePaths": [".pre-commit-config.yaml"]
}

0 comments on commit 2c54c47

Please sign in to comment.