chore: Configure Renovate (#20)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Conrad <grosserconrad@gmail.com>
This commit is contained in:
renovate[bot]
2024-11-24 16:23:52 +01:00
committed by GitHub
parent b86b58f3e4
commit 8b037fbeb5
2 changed files with 8 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ jobs:
tag_and_publish: tag_and_publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.ref_name == 'master' || github.ref_name == 'dev' if: (github.ref_name == 'master' || github.ref_name == 'dev') && github.event_name == 'push'
needs: test needs: test
permissions: permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing id-token: write # IMPORTANT: this permission is mandatory for trusted publishing

7
renovate.json Normal file
View File

@@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommitTypeAll(feat)"
]
}