renovate.json 595 B

1234567891011121314151617181920212223242526
  1. {
  2. "extends": [
  3. "config:base"
  4. ],
  5. "postUpdateOptions": [
  6. "gomodTidy"
  7. ],
  8. "commitBody": "Generated by renovateBot",
  9. "packageRules": [
  10. {
  11. "matchUpdateTypes": ["minor", "patch", "pin", "digest"],
  12. "automerge": true
  13. },
  14. {
  15. "packagePatterns": ["^golang.org/x/"],
  16. "schedule": ["on the first day of the month"]
  17. }
  18. ],
  19. "ignorePaths": [
  20. ".github/workflows/generate-authors.yml",
  21. ".github/workflows/lint.yaml",
  22. ".github/workflows/renovate-go-mod-fix.yaml",
  23. ".github/workflows/test.yaml",
  24. ".github/workflows/tidy-check.yaml"
  25. ]
  26. }