Skip to content

Commit ac73bae

Browse files
chore(deps): update actions/create-github-app-token action to v3 (#592)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Garen J. Torikian <gjtorikian@users.noreply.github.com>
1 parent 2c5bed9 commit ac73bae

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Generate token
2222
id: generate-token
23-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
23+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2424
with:
2525
app-id: ${{ vars.SDK_BOT_APP_ID }}
2626
private-key: ${{ secrets.SDK_BOT_PRIVATE_KEY }}

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
"timezone": "UTC",
1010
"rebaseWhen": "conflicted",
1111
"packageRules": [
12+
{
13+
"matchManagers": [
14+
"github-actions"
15+
],
16+
"extractVersion": "^v(?<version>\\d+\\.\\d+\\.\\d+)$",
17+
"groupName": "github-actions"
18+
},
1219
{
1320
"matchUpdateTypes": [
1421
"minor",

0 commit comments

Comments
 (0)