Skip to content

Commit

Permalink
chore: Configure Renovate (#70)
Browse files Browse the repository at this point in the history
* Add renovate.json

* chore(renovate): enable only major upgrades

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Elias Papavasileiou <eliaspap@pm.me>
  • Loading branch information
renovate[bot] and elias-pap committed Apr 21, 2024
1 parent 5e35700 commit 6fc9ecb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"minor": {
"enabled": false
},
"patch": {
"enabled": false
}
}

0 comments on commit 6fc9ecb

Please sign in to comment.