Skip to content

Commit f7530ed

Browse files
chore: sync files with beam-community/common-config (#330)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d30fa6f commit f7530ed

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ updates:
44
directory: "/"
55
schedule:
66
interval: weekly
7+
commit-message:
8+
prefix: "chore(deps)"
79

810
- package-ecosystem: mix
911
directory: "/"
1012
schedule:
1113
interval: weekly
14+
commit-message:
15+
prefix: "chore(deps)"
1216
groups:
1317
prod:
1418
dependency-type: production

.github/workflows/common-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
persist-credentials: true
3131

3232
- name: Setup Node
33-
uses: actions/setup-node@v3
33+
uses: actions/setup-node@v4
3434
with:
35-
node-version: 18
35+
node-version: 20
3636

3737
- name: Setup Elixir
3838
uses: stordco/actions-elixir/setup@v1

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- id: release
1616
name: Release
17-
uses: google-github-actions/release-please-action@v3
17+
uses: google-github-actions/release-please-action@v4
1818
with:
1919
command: manifest
2020
config-file: .github/release-please-config.json

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
stale:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/stale@v8
17+
- uses: actions/stale@v9
1818
with:
1919
days-before-issue-stale: 30
2020
days-before-issue-close: 15

0 commit comments

Comments
 (0)