mirror of
https://gitlab.com/renovate-bot/renovate-runner.git
synced 2025-04-18 06:48:22 +02:00
fix: migrate release config to main
This commit is contained in:
parent
8f60355ab3
commit
27eace876c
2 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,6 @@ indent_style = space
|
|||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
max_line_length = 160
|
||||
end_of_line = lf
|
||||
|
||||
# Markdown files
|
||||
|
|
|
@ -3,5 +3,10 @@
|
|||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/gitlab"
|
||||
],
|
||||
"branches": [
|
||||
{
|
||||
"name": "main"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue