chore: spacing

This commit is contained in:
sujiba 2024-05-30 22:40:07 +02:00
parent 9ba25a5614
commit fc10b6c392
2 changed files with 20 additions and 20 deletions

View file

@ -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,
}; };

View file

@ -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"]
} }
] ]
} }