Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
pannellum
réplica de
https://github.com/mpetroff/pannellum.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
22
Wiki
Actividad
Explorar el Código
Add renovatebot action
pull/1216/head
Andras Elso
hace 6 meses
padre
6b189b6538
commit
bf49fdc5d4
Se han
modificado 1 ficheros
con
21 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+21
-0
.github/workflows/renovate.yml
+ 21
- 0
.github/workflows/renovate.yml
Ver fichero
@@ -0,0 +1,21 @@
name: Renovate
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Renovate
uses: renovatebot/github-action@v40.1.11
with:
configurationFile: renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}
env:
LOG_LEVEL: debug
Escribir
Vista previa
Cargando…
Cancelar
Guardar