Skip to content

Commit 0d63ffe

Browse files
committed
🔧 renovate config != renovate config
1 parent a915df2 commit 0d63ffe

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

‎.github/renovate.json5‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
"extends": [
44
"config:recommended"
55
],
6-
"platform": "github",
7-
"repositories": [
8-
"numpy/numtype"
9-
],
106
"lockFileMaintenance": {
117
"enabled": true
128
},
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"branchPrefix": "renovate/",
3+
"username": "renovate-release",
4+
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
5+
"onboarding": false,
6+
"platform": "github",
7+
"repositories": ["numpy/numtype"],
8+
"packageRules": [{
9+
"description": "lockFileMaintenance",
10+
"matchUpdateTypes": ["lockFileMaintenance", "pep723"],
11+
"dependencyDashboardApproval": false,
12+
"minimumReleaseAge": 0
13+
}]
14+
}

‎.github/workflows/renovate.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: renovatebot/github-action@v43.0.5
1717
with:
18-
configurationFile: .github/renovate.json5
18+
configurationFile: .github/renovate-config.json
1919
token: ${{ secrets.RENOVATE_TOKEN }}
2020
env:
2121
LOG_LEVEL: "debug"

0 commit comments

Comments
 (0)