fix CI
This commit is contained in:
parent
0a42bed955
commit
9f02247f90
|
@ -3,7 +3,7 @@ name: Pull upstream commits
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "*/15 * * * *"
|
||||
- cron: "*/5 * * * *"
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
|
@ -17,7 +17,10 @@ jobs:
|
|||
- name: Pull upstream
|
||||
run: |
|
||||
git remote add upstream https://github.com/void-linux/void-packages
|
||||
git pull --rebase=merges upstream master
|
||||
git \
|
||||
-c user.name="Johnny5" \
|
||||
-c user.email="bot@snaile.de" \
|
||||
pull --rebase=merges upstream master
|
||||
|
||||
- name: Commit
|
||||
if: ${{ steps.changed.outputs.all_changed_files != '' }}
|
||||
|
|
|
@ -2,7 +2,7 @@ name: Renovate
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "5,20,35,50 * * * *"
|
||||
- cron: "* */8 * * *"
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"local>snailed/renovate-config:void-packages-custom"
|
||||
"local>snailed/renovate-config:void-packages"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue