Skip to content

Commit

Permalink
Merge pull request #192 from KyoriPowered/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(deps): migrate renovate config
  • Loading branch information
zml2008 authored Dec 22, 2024
2 parents 7a5e515 + 85cb65e commit a90aee7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
"extends": [
"local>KyoriPowered/.github:renovate-config"
],
"python": {
"groupName": "python dependencies"
},
"lockFileMaintenance": {
"enabled": true,
"schedule": [
"after 5pm on the 2nd day of the month"
],
"groupName": "python dependencies"
}
},
"packageRules": [
{
"matchCategories": [
"python"
],
"groupName": "python dependencies"
}
]
}

0 comments on commit a90aee7

Please sign in to comment.