Skip to content

Commit

Permalink
ci(renovate): use upstream config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Senaud committed May 27, 2024
1 parent c047ad6 commit d9f244c
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>claranet/projects/cloud/ccoe/renovatebot/renovate-config"
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"matchDepTypes": ["devDependencies", "plugin", "required_provider"],
"automerge": true
},
{
"matchDepNames": [
"pre-commit",
"tflint"
],
"automerge": true
},
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchPackageNames": ["terraform"],
"allowedVersions": "<=1.5"
}
"local>claranet/guildes/pipeline/renovatebot/renovate-config:automerge"
]
}

0 comments on commit d9f244c

Please sign in to comment.