generated from litinoveweedle/hassio-addon-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f20fef
commit 83e0ecf
Showing
6 changed files
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
--- | ||
name: Lint | ||
|
||
# yamllint disable-line rule:truthy | ||
on: | ||
push: | ||
branches: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
--- | ||
name: Renovate | ||
|
||
# yamllint disable-line rule:truthy | ||
on: | ||
# Allows manual/automated ad-hoc trigger | ||
workflow_dispatch: | ||
|
@@ -23,25 +26,26 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
# Don't waste time starting Renovate if JSON is invalid | ||
# Don't waste time starting Renovate if JSON is invalid | ||
- name: Validate Renovate JSON | ||
run: jq type .github/renovate.json | ||
- name: Self-hosted Renovate | ||
uses: renovatebot/[email protected] | ||
#env: | ||
# env: | ||
# Repository taken from variable to keep configuration file generic | ||
#RENOVATE_REPOSITORIES: ${{ github.repository }} | ||
# RENOVATE_REPOSITORIES: ${{ github.repository }} | ||
# Onboarding not needed for self hosted | ||
#RENOVATE_ONBOARDING: "false" | ||
# RENOVATE_ONBOARDING: "false" | ||
# Username for GitHub authentication (should match GitHub App name + [bot]) | ||
#RENOVATE_USERNAME: "renovate[bot]" | ||
# RENOVATE_USERNAME: "renovate[bot]" | ||
# Git commit author used, must match GitHub App | ||
#RENOVATE_GIT_AUTHOR: "superseb-demo-renovate <121964725+superseb-demo-renovate[bot]@users.noreply.github.com>" | ||
# RENOVATE_GIT_AUTHOR: "superseb-demo-renovate | ||
# <121964725+superseb-demo-renovate[bot]@users.noreply.github.com>" | ||
# Use GitHub API to create commits (this allows for signed commits from GitHub App) | ||
#RENOVATE_PLATFORM_COMMIT: "true" | ||
# RENOVATE_PLATFORM_COMMIT: "true" | ||
# Override schedule if set | ||
#RENOVATE_FORCE: ${{ github.event.inputs.overrideSchedule == 'true' && '{''schedule'':null}' || '' }} | ||
#LOG_LEVEL: ${{ inputs.logLevel || 'info' }} | ||
# RENOVATE_FORCE: ${{ github.event.inputs.overrideSchedule == 'true' && '{''schedule'':null}' || '' }} | ||
# LOG_LEVEL: ${{ inputs.logLevel || 'info' }} | ||
with: | ||
configurationFile: .github/renovate.json | ||
token: ${{ secrets.RENOVATE_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ arch: | |
init: false | ||
services: | ||
- mysql:want | ||
#- influxdb:want | ||
# - influxdb:want | ||
map: | ||
- ssl | ||
ports: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters