Skip to content

Commit

Permalink
Merge pull request #80 from domwillcode/renovate-update
Browse files Browse the repository at this point in the history
Update renovate
  • Loading branch information
gjohansson-ST authored Aug 18, 2024
2 parents a5bd0aa + fa49208 commit e0134ba
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"schedule": ["before 2am"],
"rebaseWhen": "behind-base-branch",
"dependencyDashboard": true,
"labels": ["dependencies", "no-stale"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"commitMessagePrefix": "⬆️",
"packageRules": [
{
"matchManagers": ["poetry"],
"addLabels": ["python"]
},
{
"matchManagers": ["poetry"],
"matchDepTypes": ["dev"],
"rangeStrategy": "pin"
},
{
"matchManagers": ["poetry"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"matchManagers": ["github-actions"],
"addLabels": ["github_actions"],
"rangeStrategy": "pin"
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit e0134ba

Please sign in to comment.