chore: spacing
This commit is contained in:
parent
9ba25a5614
commit
fc10b6c392
2 changed files with 20 additions and 20 deletions
18
config.js
18
config.js
|
@ -1,11 +1,11 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
"platform": "gitea",
|
"platform": "gitea",
|
||||||
"endpoint": "https://git.smail.koeln/api/v1",
|
"endpoint": "https://git.smail.koeln/api/v1",
|
||||||
"gitAuthor": "Renovate Bot <renovate@bot.local>",
|
"gitAuthor": "Renovate Bot <renovate@bot.local>",
|
||||||
"onboardingConfigFileName": "renovate.json",
|
"onboardingConfigFileName": "renovate.json",
|
||||||
"autodiscover": true,
|
"autodiscover": true,
|
||||||
"optimizedForDisabled": true,
|
"optimizedForDisabled": true,
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "pr",
|
"automergeType": "pr",
|
||||||
"platformAutomerge": true,
|
"platformAutomerge": true,
|
||||||
};
|
};
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"github-actions": {
|
"github-actions": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"groupName": "workflow dependencies",
|
"groupName": "workflow dependencies",
|
||||||
"matchManagers": ["github-actions"]
|
"matchManagers": ["github-actions"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue