Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

chore: add pre-commit-config to renovate ignore paths #48

Merged
merged 1 commit into from
Mar 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion 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"]
}
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-analytics-data.git",
"sha": "fdebf9b96e915a06fecaeb83c1ca59de077249a8"
"sha": "8fd57a340b7e052dc9c4d6c33882add75405eb8b"
}
},
{
Expand All @@ -19,14 +19,14 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "0780323da96d5a53925fe0547757181fe76e8f1e"
"sha": "2c54c473779ea731128cea61a3a6c975a08a5378"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "0780323da96d5a53925fe0547757181fe76e8f1e"
"sha": "2c54c473779ea731128cea61a3a6c975a08a5378"
}
}
],
Expand Down