We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5bed9 commit ac73baeCopy full SHA for ac73bae
.github/workflows/release-please.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- name: Generate token
22
id: generate-token
23
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
+ uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
24
with:
25
app-id: ${{ vars.SDK_BOT_APP_ID }}
26
private-key: ${{ secrets.SDK_BOT_PRIVATE_KEY }}
renovate.json
@@ -9,6 +9,13 @@
9
"timezone": "UTC",
10
"rebaseWhen": "conflicted",
11
"packageRules": [
12
+ {
13
+ "matchManagers": [
14
+ "github-actions"
15
+ ],
16
+ "extractVersion": "^v(?<version>\\d+\\.\\d+\\.\\d+)$",
17
+ "groupName": "github-actions"
18
+ },
19
{
"matchUpdateTypes": [
"minor",
0 commit comments