Skip to content

Commit a460f93

Browse files
chore: add pre-commit-config to renovate ignore paths (#552)
Disable renovate PRs on the .pre-commit-config.yaml which is templated from synthtool. https://docs.renovatebot.com/configuration-options/#ignorepaths Source-Author: Bu Sun Kim <[email protected]> Source-Date: Mon Mar 15 09:05:39 2021 -0600 Source-Repo: googleapis/synthtool Source-Sha: 2c54c473779ea731128cea61a3a6c975a08a5378 Source-Link: googleapis/synthtool@2c54c47
1 parent efdf1c6 commit a460f93

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

renovate.json

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
}

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-bigquery.git",
7-
"sha": "f0259eb7ed4ff254ee238e87651992ff93481dae"
7+
"sha": "efdf1c653770f7c03c17e31e3c2f279bb685637b"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "4dca4132c6d63788c6675e1b1e11e7b9225f8694"
22+
"sha": "2c54c473779ea731128cea61a3a6c975a08a5378"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "4dca4132c6d63788c6675e1b1e11e7b9225f8694"
29+
"sha": "2c54c473779ea731128cea61a3a6c975a08a5378"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)