mirror of
https://github.com/TheLovinator1/wutheringwaves.git
synced 2025-08-02 23:23:29 +02:00
Add Renovate configuration for automated dependency management
This commit is contained in:
11
.github/workflows/renovate.json
vendored
Normal file
11
.github/workflows/renovate.json
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"configMigration": true,
|
||||||
|
"dependencyDashboard": false,
|
||||||
|
"osvVulnerabilityAlerts": true,
|
||||||
|
"timezone": "Europe/Stockholm"
|
||||||
|
}
|
Reference in New Issue
Block a user