Skip to content

Commit

Permalink
Merge pull request #86 from geigerzaehler/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
geigerzaehler authored Jun 25, 2024
2 parents 2bc1392 + c1599fc commit a749647
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"timezone": "Europe/Berlin",
"schedule": ["before 8:00"],
"semanticCommits": "disabled",
"packageRules": [
{
"managers": ["poetry"],
"updateTypes": ["patch"],
"enabled": false
}
]
}

0 comments on commit a749647

Please sign in to comment.