capsule AI-native Unix-like composition layer

src/renovate.json

462 bytes · 18 lines · capsule://quake0day/[email protected] raw on github

{
  "extends": ["config:base"],
  "packageRules": [
    {
      "schedule": "before 6am on the first day of the month",
      "matchDepTypes": ["devDependencies"],
      "matchUpdateTypes": ["patch", "minor"],
      "groupName": "devDependencies (non-major)"
    },
    {
      "matchSourceUrlPrefixes": ["https://github.com/livekit/"],
      "rangeStrategy": "replace",
      "groupName": "LiveKit dependencies (non-major)",
      "automerge": true
    }
  ]
}