renovate: fix gitea actions schedule
All checks were successful
renovate/config-validation Validation Successful
flake / flake (push) Successful in 1m59s
All checks were successful
renovate/config-validation Validation Successful
flake / flake (push) Successful in 1m59s
Also pin patch version of Gitea actions. This should treat each future update as an update rather than a relock which should show the changelog in the PR.
This commit is contained in:
parent
b012d48e1d
commit
62d62500ae
@ -11,7 +11,7 @@ jobs:
|
|||||||
flake:
|
flake:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
- name: Prepare for Nix installation
|
- name: Prepare for Nix installation
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
|
@ -11,7 +11,10 @@
|
|||||||
{
|
{
|
||||||
"matchManagers": ["github-actions"],
|
"matchManagers": ["github-actions"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"schedule": ["after 11pm on Monday and Thursday"]
|
"schedule": [
|
||||||
|
"after 11pm on Monday",
|
||||||
|
"after 11pm on Thursday"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"extends": [
|
"extends": [
|
||||||
|
Loading…
Reference in New Issue
Block a user