Skip to content

Commit

Permalink
Merge pull request #378 from piny940/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
piny940 authored Jan 13, 2025
2 parents 0124b41 + ae916ae commit 0101e1a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 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:recommended", ":disableDependencyDashboard"],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest",
"lockFileMaintenance"
],
"automerge": true
}
]
}

0 comments on commit 0101e1a

Please sign in to comment.