8000 chore: add pre-commit-config to renovate ignore paths (#48) · googleapis/python-analytics-data@22c343a · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit 22c343a

Browse files
chore: add pre-commit-config to renovate ignore paths (#48)
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 <8822365+busunkim96@users.noreply.github.com> Source-Date: Mon Mar 15 09:05:39 2021 -0600 Source-Repo: googleapis/synthtool Source-Sha: 2c54c473779ea731128cea61a3a6c975a08a5378 Source-Link: googleapis/synthtool@2c54c47
1 parent 8fd57a3 commit 22c343a

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-analytics-data.git",
7-
"sha": "fdebf9b96e915a06fecaeb83c1ca59de077249a8"
7+
"sha": "8fd57a340b7e052dc9c4d6c33882add75405eb8b"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "0780323da96d5a53925fe0547757181fe76e8f1e"
22+
"sha": "2c54c473779ea731128cea61a3a6c975a08a5378"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "0780323da96d5a53925fe0547757181fe76e8f1e"
29+
"sha": "2c54c473779ea731128cea61a3a6c975a08a5378"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)
0