Compare commits

..

2 Commits
1.2.1 ... 1.2.2

Author SHA1 Message Date
renovate[bot]
98df462b61 chore: Configure Renovate (#1)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Conrad <grosserconrad@gmail.com>
2024-11-24 16:05:51 +01:00
6db2b3e14e Update ci.yml 2024-11-24 16:05:40 +01:00
2 changed files with 11 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ on:
- "**/CHANGELOG.md"
- "**/docs/**"
workflow_dispatch:
pull_request:
branches:
- dev
- master
env:
REGISTRY: ghcr.io

7
renovate.json Normal file
View File

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