fork of whitequark.org/git-pages with mods for tangled
1
fork

Configure Feed

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

at 3e59fd27346f1198634649f1cd85c0c55af20bf7 17 lines 328 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 "lockFileMaintenance": { 14 "enabled": true, 15 "automerge": false 16 } 17}