File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed
Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches-ignore :
66 - " dependabot/**"
7+ - " modrinth_deps/**"
78 tags-ignore :
89 - " **"
910 paths :
Original file line number Diff line number Diff line change 1+ name : Update Modrinth Dependencies
2+
3+ on :
4+ schedule :
5+ - cron : " 0 0 * * *"
6+ workflow_dispatch :
7+
8+ jobs :
9+ update-deps :
10+ runs-on : ubuntu-latest
11+ strategy :
12+ fail-fast : false
13+ matrix :
14+ branch : ['master', '26.1']
15+ steps :
16+ - name : Checkout
17+ uses : actions/checkout@v6
18+ with :
19+ ref : ${{ matrix.branch }}
20+
21+ - name : Update Modrinth Dependencies
22+ uses : Wurst-Imperium/update-modrinth-deps@v1
23+ with :
24+ token : ${{ secrets.UMD_PR_TOKEN }}
Original file line number Diff line number Diff line change 1+ {
2+ "fabric_api_version" : " fabric-api" ,
3+ "sodium_version" : " sodium"
4+ }
You can’t perform that action at this time.
0 commit comments