Skip to content

Commit ace5525

Browse files
chore: sync files with beam-community/common-config
1 parent 7784c6b commit ace5525

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/common-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore-files:
2+
- .github/common-config.yaml # Ignore this file itself

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ updates:
66
interval: weekly
77
commit-message:
88
prefix: "chore(deps)"
9+
cooldown:
10+
default-days: 7
911

1012
- package-ecosystem: mix
1113
directory: "/"
@@ -18,3 +20,5 @@ updates:
1820
dependency-type: production
1921
dev:
2022
dependency-type: development
23+
cooldown:
24+
default-days: 7

.github/workflows/common-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
types:
1313
- common-config
1414
schedule:
15-
- cron: "8 12 8 * *"
15+
- cron: "0 0 1 * *"
1616
workflow_dispatch: {}
1717

1818
concurrency:
@@ -38,11 +38,11 @@ jobs:
3838
uses: stordco/actions-elixir/setup@v1
3939
with:
4040
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
41-
elixir-version: "1.16"
42-
otp-version: "26.0"
41+
elixir-version: "1.19"
42+
otp-version: "27.0"
4343

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

0 commit comments

Comments
 (0)