Skip to content

Commit

Permalink
Merge pull request #9 from TUM-Dev/renovate/configure
Browse files Browse the repository at this point in the history
chore: Configure Renovate
  • Loading branch information
CommanderStorm authored Dec 1, 2024
2 parents 850c8aa + e659157 commit 9f3c7c3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"group:recommended",
"group:allNonMajor"
],
"timezone": "Europe/Berlin",
"schedule": [
"before 5am every weekday",
"every weekend"
],
"vulnerabilityAlerts": {
"enabled": true
}
}

0 comments on commit 9f3c7c3

Please sign in to comment.