This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pannellum
mirror of
https://github.com/mpetroff/pannellum.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
Add renovatebot action
pull/1216/head
Andras Elso
6 months ago
parent
6b189b6538
commit
bf49fdc5d4
1 changed files
with
21 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+21
-0
.github/workflows/renovate.yml
+ 21
- 0
.github/workflows/renovate.yml
View File
@@ -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
Write
Preview
Loading…
Cancel
Save