Skip to content

Commit

Permalink
chore: add pre-commit-config to renovate ignore paths (#78)
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

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

Co-authored-by: kelsk <38271546+kelsk@users.noreply.github.com>
  • Loading branch information
yoshi-automation and kelsk authored Mar 22, 2021
1 parent 3b26268 commit a6d0e22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/google-cloud-container/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"]
}
4 changes: 2 additions & 2 deletions packages/google-cloud-container/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-container.git",
"sha": "4c7bbb4cfa0013be587a3261efc19822202bff8e"
"sha": "ad5932235f0bb2002aebed19bdadea9060b2e57e"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "0780323da96d5a53925fe0547757181fe76e8f1e"
"sha": "2c54c473779ea731128cea61a3a6c975a08a5378"
}
}
],
Expand Down

0 comments on commit a6d0e22

Please sign in to comment.