Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
chore: reconfigure renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 7, 2024
1 parent 0ffbf27 commit 4936161
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"matchManagers": ["pre-commit"],
"automerge": true
},
{
"matchUpdateTypes": ["minor"],
"matchCurrentVersion": "!/^0/",
Expand All @@ -23,6 +27,12 @@
{
"matchUpdateTypes": ["lockFileMaintenance", "patch", "pin"],
"automerge": true
},
{
"matchCategories": ["docker"],
"matchDepNames": ["python"],
"matchUpdateTypes": ["minor"],
"automerge": false
}
],
"prConcurrentLimit": 0,
Expand Down

0 comments on commit 4936161

Please sign in to comment.