renovate.json 87 B

12345678
  1. {
  2. "extends": [
  3. "config:base"
  4. ],
  5. "postUpdateOptions": [
  6. "gomodTidy"
  7. ]
  8. }