Skip to content

Commit

Permalink
feat: configure renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
hatamiarash7 committed Jan 6, 2025
1 parent a03abf3 commit 80f693e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
]
}

0 comments on commit 80f693e

Please sign in to comment.