We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8962a60 commit cb17b14Copy full SHA for cb17b14
1 file changed
docs/pages/guides/style.md
@@ -108,6 +108,24 @@ ci:
108
109
The frequencies can be "weekly" (the default), "monthly", and "quarterly".
110
111
+If you prefer, you can use Dependabot, which will also auto-update, though it
112
+doesn't run the checks. The config looks like this:
113
+
114
+```yaml
115
+version: 2
116
+updates:
117
+ - package-ecosystem: "pre-commit"
118
+ directory: "/"
119
+ schedule:
120
+ interval: "monthly"
121
+ groups:
122
+ pre-commit:
123
+ patterns:
124
+ - "*"
125
+ cooldown:
126
+ default-days: 7
127
+```
128
129
## Format
130
131
{% rr PC110 %} [Black](https://black.readthedocs.io/en/latest/) is a popular
0 commit comments