comrade-renovate-bot/config.js.tmpl

25 lines
617 B
Cheetah
Raw Normal View History

2021-11-13 19:51:55 +00:00
module.exports = {
endpoint: "https://git.coopcloud.tech/api/v1/",
token: '{{ secret "api_token" }}',
platform: "gitea",
unicodeEmoji: false,
baseBranches: ["master", "main"],
"docker-compose": {
fileMatch: "(^|/)compose[^/]*\.ya?ml$",
},
2021-11-13 20:30:32 +00:00
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
2021-11-13 19:51:55 +00:00
"suppressNotifications": ["artifactErrors"],
"requiredStatusChecks": null,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
],
repositories: [
2021-11-13 20:19:38 +00:00
"coop-cloud/abra",
2021-11-13 19:51:55 +00:00
"coop-cloud/tagcmp"
]
};