File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ignore-files :
2+ - .github/common-config.yaml # Ignore this file itself
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1212 types :
1313 - common-config
1414 schedule :
15- - cron : " 8 12 8 * *"
15+ - cron : " 0 0 1 * *"
1616 workflow_dispatch : {}
1717
1818concurrency :
@@ -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
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
You can’t perform that action at this time.
0 commit comments