Skip to content

Commit

Permalink
Merge pull request #326 from felix-berlin/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
felix-berlin authored Nov 1, 2024
2 parents 55fd12d + 8cdef8b commit 21212d4
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"reviewers": [
"felix-berlin"
],
"timezone": "Europe/Berlin",
"schedule": [
"on friday and saturday"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"reviewers": [
"felix-berlin"
],
"timezone": "Europe/Berlin",
"schedule": [
"on friday and saturday"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit 21212d4

Please sign in to comment.