PrismLauncher/renovate.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
195 B
JSON
Raw Normal View History

2022-10-21 15:43:02 +01:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"nix": {
"enabled": true
},
"lockFileMaintenance": {
"enabled": true
}
2022-10-21 15:43:02 +01:00
}