Skip to content

Commit

Permalink
chore: sync files with beam-community/common-config (#457)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
thebeambot and github-actions[bot] authored Jun 26, 2024
1 parent 0d693f1 commit ee0a259
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ updates:
directory: "/"
schedule:
interval: weekly
commit-message:
prefix: "chore(deps)"

- package-ecosystem: mix
directory: "/"
schedule:
interval: weekly
commit-message:
prefix: "chore(deps)"
groups:
prod:
dependency-type: production
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/common-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
persist-credentials: true

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Setup Elixir
uses: stordco/actions-elixir/setup@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- id: release
name: Release
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@v4
with:
command: manifest
config-file: .github/release-please-config.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
days-before-issue-stale: 30
days-before-issue-close: 15
Expand Down

0 comments on commit ee0a259

Please sign in to comment.