diff --git a/slides/images/sbom/tom-jones-sex-bomb.jpeg b/slides/images/sbom/tom-jones-sex-bomb.jpeg deleted file mode 100644 index 1278340..0000000 Binary files a/slides/images/sbom/tom-jones-sex-bomb.jpeg and /dev/null differ diff --git a/webhook/renovate.yaml b/webhook/renovate.yaml new file mode 100644 index 0000000..b6ce931 --- /dev/null +++ b/webhook/renovate.yaml @@ -0,0 +1,30 @@ +name: renovate + +on: + # schedule: + # - cron: "@daily" + push: + branches: + - main + +jobs: + renovate: + runs-on: ubuntu-latest + container: ghcr.io/renovatebot/renovate:38.18.10 + steps: + - uses: actions/checkout@v4 + - run: renovate + env: + LOG_LEVEL: "info" + # Use private gitea + RENOVATE_ENDPOINT: "https://git.verleun.org/api/v1" + # Set the author for commits + RENOVATE_GIT_AUTHOR: "Renovate Bot " + # Authenticate with token + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} + # Used to retrieve release notes + GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }} + RENOVATE_PLATFORM: "gitea" + RENOVATE_AUTODISCOVER: "false" + # Define repo based on gitea vars + RENOVATE_REPOSITORIES: "${{ gitea.repository }}"