Skip to content

Commit 48575c9

Browse files
chore: for Java repos RenovateBot to ignore GitHub Actions workflow file (#1855) (#1714)
chore: for Java repos RenovateBot to ignore GitHub Actions workflow file The actions used in the GitHub Actions workflow files do not appear in libraries' dependencies and mostly maintained by Java postprocessor templates. IgnorePath option document: https://docs.renovatebot.com/configuration-options/ Source-Link: googleapis/synthtool@1543029 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:88ba8dcc5c2c7792e1c3511381f4ab329002a1c42c512f66ca87ced572dfbf9f Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 1157fbf commit 48575c9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:3a95f1b9b1102865ca551b76be51d2bdb850900c4db2f6d79269e7af81ac8f84
17-
# created: 2023-07-27T18:37:44.251188775Z
16+
digest: sha256:88ba8dcc5c2c7792e1c3511381f4ab329002a1c42c512f66ca87ced572dfbf9f
17+
# created: 2023-09-05T18:54:42.225408832Z

renovate.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
":maintainLockFilesDisabled",
1111
":autodetectPinVersions"
1212
],
13-
"ignorePaths": [".kokoro/requirements.txt"],
13+
"ignorePaths": [
14+
".kokoro/requirements.txt",
15+
".github/workflows/**"
16+
],
1417
"packageRules": [
1518
{
1619
"packagePatterns": [

0 commit comments

Comments
 (0)