Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 29, 2024
1 parent 4b82b5c commit 09cff92
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"extends": [
"config:base",
"config:recommended",
"schedule:weekdays"
],
"python": {
"enabled": false
},
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": [
".*Dockerfile$"
],
Expand All @@ -20,8 +18,18 @@
],
"packageRules": [
{
"matchPackageNames": ["com_github_nelhage_rules_boost"],
"schedule": ["before 4am on the first day of the month"]
"matchCategories": [
"python"
],
"enabled": false
},
{
"matchPackageNames": [
"com_github_nelhage_rules_boost"
],
"schedule": [
"before 4am on the first day of the month"
]
}
]
}

0 comments on commit 09cff92

Please sign in to comment.