Compare commits
1 commit
81bd4e9f09
...
56855d45c7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56855d45c7 |
3 changed files with 26 additions and 18 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
|
||||||
|
[*.json]
|
||||||
|
indent_size = 2
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": ["config:recommended"],
|
||||||
"config:recommended"
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"groupName": "all dependencies"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// This file only contains "backend" administration settings for renovate,
|
// This file only contains "backend" administration settings for renovate,
|
||||||
// such as where to access the forgejo api etc.
|
// such as where to access the forgejo api etc.
|
||||||
// To configure how renovate creates update PRs, have a look at `renovate.json`.
|
// To configure how renovate updates dependencies, see `renovate.json`.
|
||||||
module.exports = {
|
module.exports = {
|
||||||
endpoint: "https://git.local-it.org/api/v1/",
|
endpoint: "https://git.local-it.org/api/v1/",
|
||||||
gitAuthor: "Renovate Bot <renovate@local-it.org>",
|
gitAuthor: "Renovate Bot <renovate@local-it.org>",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue