renovate.json 265 B

123456789101112131415
  1. {
  2. "extends": [
  3. "config:base"
  4. ],
  5. "postUpdateOptions": [
  6. "gomodTidy"
  7. ],
  8. "commitBody": "Generated by renovateBot",
  9. "packageRules": [
  10. {
  11. "packagePatterns": ["^golang.org/x/"],
  12. "schedule": ["on the first day of the month"]
  13. }
  14. ]
  15. }