Skip to content

Commit 9a40cab

Browse files
authored
Merge pull request #13 from hluk/renovate
Add support for Renovate bot instead of dependabot
2 parents 3db72a8 + c187c69 commit 9a40cab

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

renovate.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:best-practices",
5+
":enablePreCommit",
6+
"group:all",
7+
":gitSignOff",
8+
":disableDependencyDashboard",
9+
"schedule:weekly"
10+
],
11+
"packageRules": [
12+
{
13+
"description": "Patch and digest updates",
14+
"matchUpdateTypes": [
15+
"major",
16+
"minor",
17+
"patch",
18+
"digest"
19+
],
20+
"groupName": "all dependencies",
21+
"automerge": true,
22+
"platformAutomerge": true
23+
}
24+
],
25+
"constraints": {
26+
"python": ">=3.9,<3.14"
27+
},
28+
"configMigration": true
29+
}

0 commit comments

Comments
 (0)