diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 2fdf2ba..0000000 --- a/renovate.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ], - "gitAuthor": "Renovate Bot ", - "branchPrefix": "renovate/", - "semanticCommits": "enabled", - "dependencyDashboard": true, - "labels": [ - "dependencies" - ], - "schedule": [ - "at any time" - ], - "timezone": "UTC", - "prConcurrentLimit": 10, - "prCreation": "immediate", - "automerge": false, - "rangeStrategy": "bump", - "separateMajorMinor": true, - "separateMinorPatch": false, - "packageRules": [ - { - "description": "Go module dependencies", - "matchManagers": [ - "gomod" - ], - "matchUpdateTypes": [ - "major", - "minor", - "patch" - ], - "groupName": null, - "commitMessagePrefix": "chore(deps):" - }, - { - "description": "Docker dependencies", - "matchManagers": [ - "dockerfile" - ], - "matchUpdateTypes": [ - "major", - "minor", - "patch" - ], - "groupName": null, - "commitMessagePrefix": "chore(deps):" - }, - { - "description": "GitHub Actions", - "matchManagers": [ - "github-actions" - ], - "matchUpdateTypes": [ - "major", - "minor", - "patch" - ], - "groupName": null, - "commitMessagePrefix": "chore(deps):" - } - ] -}