renovate?

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-10-03 12:36:01 +00:00
parent 709dfd8706
commit e706264fe4
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,5 @@
on: [push]
# because we're testing the renovate part a lot, disabling this job
# on: [push]
jobs:
test:
runs-on: docker

View File

@ -7,6 +7,9 @@ on:
default: 100
schedule:
- cron: "3 3 * * *"
push:
branches:
- 'main'
jobs:
renovate: