Skip to content

Commit

Permalink
update Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Viet Huynh committed Mar 29, 2024
1 parent 5b209c2 commit 643502d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"],
"automergeType": "branch",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest", "pinDigest"],
"automerge": true
}
]
"extends": [
"config:best-practices",
"config:js-app",
":automergeBranch",
":automergeDigest",
":automergeMinor"
],
"github-actions": {
"fileMatch": ["^auto_update_github_action.yml$"]
}
}

0 comments on commit 643502d

Please sign in to comment.