mirror of
https://github.com/mastodon/chart
synced 2025-05-18 13:03:21 +00:00
commit
5cfa2bd398
5
.github/renovate.json
vendored
Normal file
5
.github/renovate.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"repositories": [
|
||||||
|
"jessebot/mastodon-helm-chart"
|
||||||
|
]
|
||||||
|
}
|
17
.github/workflows/renovate.yaml
vendored
Normal file
17
.github/workflows/renovate.yaml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name: Renovate - check for dependency updates
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
# The "*" (#42, asterisk) character has special semantics in YAML, so this
|
||||||
|
# string has to be quoted.
|
||||||
|
- cron: '1 * * * *'
|
||||||
|
jobs:
|
||||||
|
renovate:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Self-hosted Renovate
|
||||||
|
uses: renovatebot/github-action@v39.0.1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
configurationFile: .github/renovate.json
|
Loading…
Reference in New Issue
Block a user