Refactor Ruby setup in pages-deploy.yaml for improved readability and add renovate.json configuration file
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 2m27s

This commit is contained in:
2025-05-02 12:01:15 +02:00
parent 2e57f3a034
commit c7bb074b1d
2 changed files with 36 additions and 16 deletions

19
renovate.json Normal file
View File

@@ -0,0 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"baseBranches": [
"develop"
],
"skipInstalls": true,
"ignoreScripts": true,
"ignorePaths": [
"**/.github/**",
"**/.gitea/**"
],
"osvVulnerabilityAlerts": true,
"reviewers": [
"f.weber"
]
}