Skip to content

Commit

Permalink
chore: config renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
mesejo committed Dec 28, 2024
1 parent 38caef9 commit 352d71d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"rangeStrategy": "widen",
"extends": [
"config:recommended", ":enablePreCommit", ":disableDependencyDashboard"
],
"semanticCommits": "enabled",
"lockFileMaintenance": { "enabled": false },
"updateLockFiles": false,
"enabledManagers": [
"docker-compose",
"dockerfile",
"github-actions",
"pep621"
],
"pre-commit": {
"enabled": false
},
"prHourlyLimit": 3,
"automerge": false,
"printConfig": true
}

0 comments on commit 352d71d

Please sign in to comment.