renovate.json 214 B

12345678910
  1. {
  2. "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  3. "extends": ["config:base"],
  4. "packageRules": [
  5. {
  6. "matchPackagePatterns": ["^@subsquid/"],
  7. "groupName": "@subsquid"
  8. }
  9. ]
  10. }