We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc0ed7 commit 17e9546Copy full SHA for 17e9546
.github/renovate.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:base",
+ "config:recommended",
5
"schedule:weekly"
6
],
7
"lockFileMaintenance": {
@@ -11,7 +11,9 @@
11
"rangeStrategy": "update-lockfile",
12
"packageRules": [
13
14
- "matchPackageNames": ["crate-ci/typos"],
+ "matchPackageNames": [
15
+ "crate-ci/typos"
16
+ ],
17
"automerge": true
18
}
19
]
0 commit comments