[mirror] Scalable static site server for Git forges (like GitHub Pages)
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 86845f250508cf94cad35df8ff35aa4431f24042 18 lines 350 B view raw
1{ 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 "extends": [ 4 "group:all" 5 ], 6 "abandonmentThreshold": null, 7 "packageRules": [ 8 { 9 "matchPackageNames": ["actions/buildah-simple"], 10 "enabled": false 11 } 12 ], 13 "automerge": false, 14 "lockFileMaintenance": { 15 "enabled": true, 16 "automerge": false 17 } 18}