9 Commits

Author SHA1 Message Date
d232ca8ac4 fix: bump to chart v0.2.0, app v1.5.1-apache
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-29 08:47:28 +01:00
b0822f4afd chore(deps): update docker.io/roundcube/roundcubemail docker tag to v1.5.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-11-28 21:01:58 +00:00
a7be03cfdb Merge pull request 'chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.30.0' (#3) from renovate/docker.io-volkerraschek-markdownlint-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3
2021-11-20 12:37:30 +00:00
0f56797996 chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.30.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-11-20 12:06:41 +00:00
1d02c519ce Merge pull request 'chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.29.0' (#2) from renovate/docker.io-volkerraschek-markdownlint-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2
2021-10-30 08:18:02 +00:00
8a7948b158 chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.29.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-10-28 22:02:10 +00:00
7b797c741b fix(renovate): init
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-28 22:55:12 +02:00
3ad5ee6342 fix(ci): only sync master branch
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-12 18:33:35 +02:00
330a01ac0f fix: add .editorconfig 2021-10-12 18:33:20 +02:00
4 changed files with 36 additions and 3 deletions

View File

@ -20,7 +20,7 @@ steps:
- name: markdown lint
commands:
- markdownlint *.md
image: docker.io/volkerraschek/markdownlint:0.28.1
image: docker.io/volkerraschek/markdownlint:0.30.0
resources:
limits:
cpu: 50
@ -95,6 +95,8 @@ steps:
- failure
trigger:
branch:
- master
event:
- push
repo:

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false

View File

@ -2,8 +2,8 @@ apiVersion: v2
name: roundcube
description: Helm chart for roundcube
type: application
version: 0.1.0
appVersion: "1.4.11-apache"
version: "0.2.0"
appVersion: "1.5.1-apache"
icon: https://upload.wikimedia.org/wikipedia/commons/e/e3/Roundcube_logo_icon.svg
keywords:

19
renovate.json Normal file
View File

@ -0,0 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automergeStrategy": "merge-commit",
"automergeType": "pr",
"assignees": [ "volker.raschek" ],
"regexManagers": [
{
"description": "Update container image reference",
"fileMatch": [
"^Chart\\.yaml$"
],
"matchStrings": [
"appVersion: \"(?<currentValue>.*?)\"\\s+"
],
"depNameTemplate": "docker.io/roundcube/roundcubemail",
"datasourceTemplate": "docker"
}
]
}