diff --git a/.editorconfig b/.editorconfig index 573150e..867ea98 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,10 +1,5 @@ root = true -[*] -indent_style = space - [*.yml] indent_size = 2 - -[*.json] -indent_size = 2 \ No newline at end of file +indent_style = space \ No newline at end of file diff --git a/renovate.json b/renovate.json index 6c23191..5db72dd 100644 --- a/renovate.json +++ b/renovate.json @@ -1,9 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"], - "packageRules": [ - { - "groupName": "all dependencies" - } + "extends": [ + "config:recommended" ] } diff --git a/renovate_config.js b/renovate_config.js index 3cef06e..d5c5db6 100644 --- a/renovate_config.js +++ b/renovate_config.js @@ -1,19 +1,19 @@ // This file only contains "backend" administration settings for renovate, // such as where to access the forgejo api etc. -// To configure how renovate updates dependencies, see `renovate.json`. +// To configure how renovate creates update PRs, have a look at `renovate.json`. module.exports = { - endpoint: "https://git.local-it.org/api/v1/", - gitAuthor: "Renovate Bot ", - username: "renovate", - platform: "gitea", - onboarding: true, - autodiscover: true, - persistRepoData: true, - optimizeForDisabled: true, - assignees: [], - labels: ["renovate", "dependencies", "automated"], - onboardingConfig: { - extends: ["config:recommended"], - }, - repositories: ["local-it/mitgliederverwaltung"], + endpoint: "https://git.local-it.org/api/v1/", + gitAuthor: "Renovate Bot ", + username: "renovate", + platform: "gitea", + onboarding: true, + autodiscover: true, + persistRepoData: true, + optimizeForDisabled: true, + assignees: [], + labels: ["renovate", "dependencies", "automated"], + onboardingConfig: { + extends: ["config:recommended"], + }, + repositories: ["local-it/mitgliederverwaltung"], };