Skip to content

Commit

Permalink
Merge pull request #243 from usefulness/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
mateuszkwiecinski authored Oct 31, 2024
2 parents ce1d6bd + 435cd8a commit 48abb33
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"includeForks": true,
"forkProcessing": "enabled",
"assignees": [
"mateuszkwiecinski"
],
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
]
Expand Down

0 comments on commit 48abb33

Please sign in to comment.