File tree Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1- # Copyright 2023 Google LLC
1+ # Copyright 2024 Google LLC
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
1313# limitations under the License.
1414docker :
1515 image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16- digest : sha256:81f75d962cd28b7ad10740a643b8069b8fa0357cb495b782eef8560bb7a8fd65
17- # created: 2023-12-05T19:16:19.735195992Z
16+ digest : sha256:a6aa751984f1e905c3ae5a3aac78fc7b68210626ce91487dc7ff4f0a06f010cc
17+ # created: 2024-01-22T14:14:20.913785597Z
Original file line number Diff line number Diff line change 1+ name : Renovate Bot Config Validation
2+
3+ on :
4+ pull_request :
5+ paths :
6+ - ' renovate.json'
7+
8+ jobs :
9+ renovate_bot_config_validation :
10+ runs-on : ubuntu-22.04
11+
12+ steps :
13+ - name : Checkout code
14+ uses : actions/checkout@v4
15+
16+ - name : Set up Node.js
17+ uses : actions/setup-node@v3
18+ with :
19+ node-version : ' 20'
20+
21+ - name : Install Renovate and Config Validator
22+ run : |
23+ npm install -g npm@latest
24+ npm install --global renovate
25+ renovate-config-validator
You can’t perform that action at this time.
0 commit comments