Skip to content

Commit 825475f

Browse files
gAmUssAclaude
andcommitted
Add Renovate configuration
🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 668b334 commit 825475f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"packageRules": [
7+
{
8+
"matchUpdateTypes": ["minor", "patch"],
9+
"matchCurrentVersion": "!/^0/",
10+
"automerge": true
11+
}
12+
],
13+
"dependencyDashboard": true,
14+
"schedule": ["every weekend"]
15+
}

0 commit comments

Comments
 (0)