Skip to content

feat: add dotnet-sdk to package inclusion and exclusion rules in Reno… #15

feat: add dotnet-sdk to package inclusion and exclusion rules in Reno…

feat: add dotnet-sdk to package inclusion and exclusion rules in Reno… #15

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 6 * * 1' # Runs at 6am (GMT) every Monday
push:
branches:
- feat/add-renovate
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
env:
LOG_LEVEL: debug
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.7
with:
configurationFile: '.github/renovate.json'
token: ${{ secrets.RENOVATE_TOKEN }}