jekyll build from Action c7bb074b1d

This commit is contained in:
2025-05-02 10:03:51 +00:00
parent 0678d59da4
commit 7edfe51d9a
2 changed files with 20 additions and 1 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"
]
}