Skip to content

Commit 2c54c47

Browse files
authored
chore: add pre-commit-config to renovate ignore paths (#985)
Disable renovate PRs on the .pre-commit-config.yaml which is templated from synthtool. https://docs.renovatebot.com/configuration-options/#ignorepaths
1 parent ac8f20f commit 2c54c47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"extends": [
33
"config:base", ":preserveSemverRanges"
4-
]
4+
],
5+
"ignorePaths": [".pre-commit-config.yaml"]
56
}

0 commit comments

Comments
 (0)