Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Dec 14, 2023
1 parent a63aab7 commit 83afd60
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"includeForks": true,
"platformAutomerge": true,
"assignees": [
"mateuszkwiecinski"
],
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
],
"ignoreDeps": ["com.google.protobuf:protobuf-java", "com.android.tools.build:aapt2-proto"]
}

0 comments on commit 83afd60

Please sign in to comment.