Skip to content

Commit 3506236

Browse files
committed
chore(rennovate): Add config from uv
- Clean up dependabot config
1 parent a25606e commit 3506236

2 files changed

Lines changed: 5 additions & 16 deletions

File tree

.github/dependabot.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

renovate.json5

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2+
$schema: "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5-
]
5+
],
6+
lockFileMaintenance: {
7+
enabled: true,
8+
},
69
}

0 commit comments

Comments
 (0)