Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Dec 4, 2024
1 parent 7553beb commit 418dc8d
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"extends": [
"config:recommended"
],
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:weekly"]
"extends": [
"schedule:weekly"
]
},
"nix": {
"enabled": true
Expand All @@ -14,7 +18,12 @@
"pip_requirements": {
"enabled": false
},
"python": {
"enabled": false
}
"packageRules": [
{
"matchCategories": [
"python"
],
"enabled": false
}
]
}

0 comments on commit 418dc8d

Please sign in to comment.