Skip to content

Commit

Permalink
Merge pull request #382 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 95a39af + 8d414b9 commit d98d8c5
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
{
"$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
}
],
"ignoreDeps": ["com.google.protobuf:protobuf-java", "com.android.tools.build:aapt2-proto"]
"ignoreDeps": [
"com.google.protobuf:protobuf-java",
"com.android.tools.build:aapt2-proto"
]
}

0 comments on commit d98d8c5

Please sign in to comment.