Skip to content

Commit ba58043

Browse files
authored
Create renovate.json
1 parent beb5212 commit ba58043

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"extends": [
3+
"config:recommended",
4+
":enablePreCommit",
5+
6+
7+
":automergeMinor",
8+
":dependencyDashboard",
9+
":semanticCommits",
10+
":pinDevDependencies"
11+
],
12+
"enabledManagers": [
13+
"github-actions",
14+
"pep621",
15+
"pre-commit"
16+
],
17+
"packageRules": [
18+
{
19+
"matchManagers": ["pre-commit"],
20+
"matchPaths": ["src/py/.pre-commit-config.yaml"]
21+
},
22+
{
23+
"matchManagers": ["pep621"],
24+
"matchPaths": ["src/py/pyproject.toml"]
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)