cpred/renovate.json
Florian c7bb074b1d
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 2m27s
Refactor Ruby setup in pages-deploy.yaml for improved readability and add renovate.json configuration file
2025-05-02 12:01:15 +02:00

20 lines
336 B
JSON

{
"$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"
]
}