Skip to content

Commit 0240033

Browse files
chore(ci): Update actions; add dependabot cfg
1 parent 94c672b commit 0240033

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# dependabot.yml
2+
#
3+
# Documentation:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: github-actions
9+
directory: /
10+
schedule:
11+
interval: monthly
12+
commit-message:
13+
prefix: "chore(ci)"

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
with:
2020
app-id: "${{ secrets.APP_ID }}"
2121
private-key: "${{ secrets.AUTOMATION_KEY }}"
22-
- uses: google-github-actions/release-please-action@v4
22+
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f
23+
id: release-please
2324
with:
2425
token: "${{ steps.generate_token.outputs.token }}"
2526
config-file: release-please.json
@@ -30,7 +31,7 @@ jobs:
3031
- name: Checkout
3132
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3233
- name: Setup Buf
33-
uses: bufbuild/buf-setup-action@382440cdb8ec7bc25a68d7b4711163d95f7cc3aa
34+
uses: bufbuild/buf-setup-action@aceb106d2419c4cff48863df90161d92decb8591
3435
with:
3536
github_token: ${{ secrets.GITHUB_TOKEN }}
3637
- name: Set up JDK

0 commit comments

Comments
 (0)