Skip to content
Snippets Groups Projects
Verified Commit d6246977 authored by Alex Timmermann's avatar Alex Timmermann
Browse files

ci: adjust renovate config

parent 2d6ea57d
No related branches found
No related tags found
No related merge requests found
...@@ -3,22 +3,37 @@ ...@@ -3,22 +3,37 @@
"extends": [ "extends": [
"config:recommended", "config:recommended",
":configMigration", ":configMigration",
":label('renovatebot')", ":label(renovatebot)",
":enableVulnerabilityAlertsWithLabel('renovatebot/security')", ":enableVulnerabilityAlertsWithLabel(renovatebot/security)",
":semanticCommits", ":semanticCommits",
":automergeMinor",
":automergePatch", ":automergePatch",
":automergeTesters", ":automergeTesters",
":automergeLinters" ":automergeLinters",
":automergeTypes"
], ],
"packageRules": [ "packageRules": [
{
"matchCurrentVersion": "/^0/",
"automerge": false
},
{ {
"matchSourceUrls": [ "matchSourceUrls": [
"https://github.com/hashicorp/terraform" "https://github.com/hashicorp/terraform"
], ],
"groupName": "terraform" "groupName": "terraform"
},
{
"matchDepTypes": [
"devDependencies"
],
"matchManagers": [
"npm"
],
"automerge": true
} }
], ],
"reviewers": [ "reviewers": [
"alexander.timmermann" "alexander.timmermann"
] ]
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment