Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/common-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore-files:
- .github/common-config.yaml # Ignore this file itself
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ updates:
interval: weekly
commit-message:
prefix: "chore(deps)"
cooldown:
default-days: 7

- package-ecosystem: mix
directory: "/"
Expand All @@ -18,3 +20,5 @@ updates:
dependency-type: production
dev:
dependency-type: development
cooldown:
default-days: 7
9 changes: 5 additions & 4 deletions .github/workflows/common-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
types:
- common-config
schedule:
- cron: "8 12 8 * *"
- cron: "0 0 1 * *"
workflow_dispatch: {}

concurrency:
Expand All @@ -38,11 +38,11 @@ jobs:
uses: stordco/actions-elixir/setup@v1
with:
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
elixir-version: "1.16"
otp-version: "26.0"
elixir-version: "1.19"
otp-version: "27.0"

- name: Sync
uses: stordco/actions-sync@v1
uses: beam-community/actions-sync@v1
with:
commit-message: "chore: sync files with beam-community/common-config"
pr-enabled: true
Expand All @@ -52,3 +52,4 @@ jobs:
sync-auth: doomspork:${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
sync-tree: latest
sync-repository: github.com/beam-community/common-config.git
config-file: .github/common-config.yaml