Skip to content

Commit 160369a

Browse files
updates for renovate.json
1 parent 1f471d6 commit 160369a

4 files changed

Lines changed: 7 additions & 12 deletions

File tree

.github/workflows/renovatebot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ name: renovatebot
33
on:
44
push:
55
branches:
6-
- master
7-
paths:
8-
- '.github/workflows/**'
6+
- main
97
workflow_dispatch:
108

119
jobs:

.github/workflows/sync_gha_allowlist.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ name: sync_gha_allowlist
33
on:
44
push:
55
branches:
6-
- master
7-
paths:
8-
- '.github/workflows/**'
6+
- main
97
workflow_dispatch:
108

119
jobs:

renovate.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@
66
"dependencyDashboard": false,
77
"packageRules": [
88
{
9-
"description": "Step 1: Pin all GitHub Actions to sha256 digests by default",
9+
"description": "1. Pin all GitHub Actions to sha256 digests by default",
1010
"matchManagers": ["github-actions"],
1111
"pinDigests": true
1212
},
1313
{
14-
"description": "Step 2: For trusted actions, allow updates",
14+
"description": "2. For trusted actions, allow updates",
1515
"matchManagers": ["github-actions"],
1616
"matchPackageNames": [
17-
"actions/**",
18-
"consensys/github-actions/**"
17+
"actions/**"
1918
],
2019
"pinDigests": true
2120
}

renovatebot/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
22
---
33
name: 'renovatebot'
4-
description: 'Composite action to ruin renovatebot on the versions of the GHA'
4+
description: 'Composite action to run renovatebot on the versions of the GHA'
55

66
inputs:
77
GH_APP_ID:
@@ -31,7 +31,7 @@ runs:
3131
private-key: ${{ inputs.GH_PRIVATE_KEY }}
3232

3333
- name: Run Renovate
34-
uses: renovatebot/github-action@v40.1.11
34+
uses: renovatebot/github-action@68a3ea99af6ad249940b5a9fdf44fc6d7f14378b #v46.1.6
3535
with:
3636
configurationFile: renovate.json
3737
token: ${{ steps.generate_token.outputs.token }}

0 commit comments

Comments
 (0)