We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25606e commit 3506236Copy full SHA for 3506236
2 files changed
.github/dependabot.yaml
renovate.json5
@@ -1,6 +1,9 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ $schema: "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:recommended"
5
- ]
+ ],
6
+ lockFileMaintenance: {
7
+ enabled: true,
8
+ },
9
}
0 commit comments