Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed authored Feb 4, 2024
1 parent fb911eb commit 8ce5582
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,18 @@
"config:base",
":preserveSemverRanges"
],
"gradle": { "enabled": true }
"gradle": { "enabled": true },
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"ignoreTests": true,
"automergeType": "pr",
"automergeSchedule": ["at any time"]
},
{
"matchFileNames": ["**/package.json"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
}
]
}

0 comments on commit 8ce5582

Please sign in to comment.