Skip to content

Commit cb17b14

Browse files
committed
docs: also mention in guide
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent 8962a60 commit cb17b14

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/pages/guides/style.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,24 @@ ci:
108108

109109
The frequencies can be "weekly" (the default), "monthly", and "quarterly".
110110

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+
111129
## Format
112130

113131
{% rr PC110 %} [Black](https://black.readthedocs.io/en/latest/) is a popular

0 commit comments

Comments
 (0)