Skip to content

Commit

Permalink
chore: Configure Renovate (#9260)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent a6d1db8 commit 548cfa3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"automergeStrategy": "squash",
"automergeType": "pr",
"packageRules": [
{
"groupName": "npm",
"matchDatasources": ["npm"]
},
{
"groupName": "cargo",
"matchDatasources": ["crate"]
},
{
"groupName": "actions",
"matchManagers": ["github-actions"],
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}

0 comments on commit 548cfa3

Please sign in to comment.