Skip to content

Commit

Permalink
Add .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pactflow-renovate-bot[bot] authored Feb 11, 2025
1 parent e70958b commit 1bffa77
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices"
],
"pre-commit": {
"enabled": true
},
"git-submodules": {
"enabled": true
},
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
]
}

0 comments on commit 1bffa77

Please sign in to comment.