Skip to content

Commit cbabdb0

Browse files
Add Renovate github actions workflow
1 parent 70cedac commit cbabdb0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/renovate.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Renovate
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
# The "*" (#42, asterisk) character has special semantics in YAML, so this
6+
# string has to be quoted.
7+
- cron: '0/5 * * * *'
8+
jobs:
9+
renovate:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout
13+
uses: actions/[email protected]
14+
- name: Self-hosted Renovate
15+
uses: renovatebot/[email protected]
16+
with:
17+
token: ${{ secrets.RENOVATE_TOKEN }}
18+
env:
19+
RENOVATE_REPOSITORIES: "smokestacklightnin/nebari"

0 commit comments

Comments
 (0)