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

ci: add renovate config

parent f4985a24
No related branches found
No related tags found
No related merge requests found
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":configMigration",
":label('renovatebot')",
":enableVulnerabilityAlertsWithLabel('renovatebot/security')",
":semanticCommits",
":automergePatch",
":automergeTesters",
":automergeLinters"
],
"packageRules": [
{
"matchSourceUrls": [
"https://github.com/hashicorp/terraform"
],
"groupName": "terraform"
},
{
"matchManagers": ["dockerfile", "docker-compose"],
"groupName": "docker-tags"
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment