File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ updates:
1111 go-modules :
1212 patterns :
1313 - " *"
14+ cooldown :
15+ default-days : 7
1416 - package-ecosystem : gomod
1517 directory : /caddy
1618 schedule :
@@ -21,6 +23,8 @@ updates:
2123 go-modules :
2224 patterns :
2325 - " *"
26+ cooldown :
27+ default-days : 7
2428 - package-ecosystem : github-actions
2529 directory : /
2630 schedule :
@@ -31,3 +35,5 @@ updates:
3135 github-actions :
3236 patterns :
3337 - " *"
38+ cooldown :
39+ default-days : 7
Original file line number Diff line number Diff line change 4747 VALIDATE_BIOME_LINT : false
4848 # Conflicts with MARKDOWN
4949 VALIDATE_MARKDOWN_PRETTIER : false
50+ # To re-enable when https://github.com/super-linter/super-linter/issues/7244 will be closed
51+ VALIDATE_EDITORCONFIG : false
Original file line number Diff line number Diff line change 11---
2- no-hard-tabs : false
2+ MD010 : false
33MD013 : false
44MD033 : false
5+ MD060 : false
You can’t perform that action at this time.
0 commit comments