feat: new repos, format config

This commit is contained in:
decentral1se 2023-01-18 17:45:48 +01:00
parent 158f8b459c
commit c51e3e76d6
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 27 additions and 9 deletions

View File

@ -3,24 +3,42 @@ module.exports = {
token: '{{ secret "api_token" }}',
platform: "gitea",
unicodeEmoji: false,
baseBranches: ["master", "main"],
"docker-compose": {
baseBranches: [
"master",
"main"
],
"dockercompose": {
fileMatch: "(^|/)compose[^/]*\.ya?ml$",
},
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
"suppressNotifications": ["artifactErrors"],
"postUpdateOptions": [
"gomodTidy"
],
"suppressNotifications": [
"artifactErrors"
],
"requiredStatusChecks": null,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": false
"automerge": true
}
],
repositories: [
"coop-cloud/abra",
"coop-cloud/docs.coopcloud.tech",
"coop-cloud/tagcmp",
"coopcloud/abra",
"coopcloud/abracapsul",
"coopcloud/abragandi",
"coopcloud/abrahetzner",
"coopcloud/autorecipescataloguejson",
"coopcloud/backupbottwo",
"coopcloud/comraderenovatebot",
"coopcloud/coopcloud.tech",
"coopcloud/dockercpdeploy",
"coopcloud/docs.coopcloud.tech",
"coopcloud/droneabra",
"coopcloud/recipescataloguejson",
"coopcloud/recipes.coopcloud.tech",
"coopcloud/stacksshdeploy",
"coopcloud/tagcmp",
"servers.coop/libcapsul"
]
};